Restructure into a workspace
This commit is contained in:
parent
589f0bb52b
commit
fe08910831
16 changed files with 534 additions and 39 deletions
14
umskt/Cargo.toml
Normal file
14
umskt/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue