umskt-rs/Cargo.toml
2023-06-20 22:35:15 -04:00

13 lines
348 B
TOML

[package]
name = "umskt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
bitreader = "0.3.7"
clap = { version = "4.3.4", features = ["derive"] }
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
serde_json = "1.0"