Files
armatak/Cargo.toml

25 lines
531 B
TOML

[package]
name = "armatak"
version = "1.0.1"
edition = "2021"
[dependencies]
arma-rs = "1.10.4"
chrono = "0.4.39"
lazy_static = "1.5.0"
log = "0.4.22"
log4rs = "1.3.0"
reqwest = { version = "0.12.15", default-features = false, features = ["blocking", "json", "rustls-tls"] }
rcgen = "0.13.2"
rustls = "0.23.23"
rustls-pemfile = "2.2.0"
serde = { version = "1.0.210", features = ["derive"] }
[dependencies.uuid]
version = "1.10.0"
features = ["v4", "fast-rng", "macro-diagnostics"]
[lib]
name = "armatak"
crate-type = ["cdylib"]