mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
Managed dependencies and remove many legacy features dependencies and unused stuff
This commit is contained in:
1741
Cargo.lock
generated
1741
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@@ -6,21 +6,11 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
arma-rs = "1.10.4"
|
arma-rs = "1.10.4"
|
||||||
chrono = "0.4.39"
|
chrono = "0.4.39"
|
||||||
futures = "0.3.31"
|
|
||||||
futures-util = "0.3.31"
|
|
||||||
http = "1.1.0"
|
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
log4rs = "1.3.0"
|
log4rs = "1.3.0"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
qrcode = "0.14.1"
|
|
||||||
regex = "1.10.6"
|
|
||||||
reqwest = { version = "0.12.7", features = ["blocking"] }
|
|
||||||
serde = { version = "1.0.210", features = ["derive"] }
|
serde = { version = "1.0.210", features = ["derive"] }
|
||||||
serde_json = "1.0.128"
|
|
||||||
tokio = { version = "1.40", features = ["full"] }
|
|
||||||
tokio-tungstenite = "0.24.0"
|
|
||||||
ws = "0.9.2"
|
|
||||||
|
|
||||||
[dependencies.uuid]
|
[dependencies.uuid]
|
||||||
version = "1.10.0"
|
version = "1.10.0"
|
||||||
@@ -28,4 +18,4 @@ features = ["v4", "fast-rng", "macro-diagnostics"]
|
|||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "armatak"
|
name = "armatak"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|||||||
Reference in New Issue
Block a user