umskt-rs/Cargo.toml
2023-06-21 21:45:34 -04:00

14 lines
369 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"
thiserror = "1.0.40"