mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:53:28 +00:00
Readded reqwest dependency to cargo toml, will be used for TAK Server API interaction on authencated tak server connections
This commit is contained in:
@@ -9,6 +9,10 @@ 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]
|
||||
|
||||
Reference in New Issue
Block a user