Restructure into a workspace

This commit is contained in:
Alex Page 2023-06-24 17:11:37 -04:00
parent 589f0bb52b
commit fe08910831
16 changed files with 534 additions and 39 deletions

14
umskt/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "umskt"
version = "0.1.0"
edition = "2021"
crate-type = ["lib"]
[dependencies]
anyhow = "1.0.71"
bitreader = "0.3.7"
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
thiserror = "1.0.40"
[dev-dependencies]
serde_json = "1.0"