POC in Rust Saving automically on change

This commit is contained in:
Martin Quarda
2025-05-10 20:25:16 +02:00
parent d7c5f0f048
commit ecb51125cc
5 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ lazy_static = "1.5.0"
nusb = "0.1.13"
reqwest = { version = "0.12.15", features = ["json", "multipart", "http2", "cookies"] }
reqwest-middleware = "0.4.2"
rustls = "0.23.27"
rustls = {version = "0.23.27", features = ["std", "prefer-post-quantum", "tls12", "logging", "ring"]}
serde = {version = "1.0.219", features=["derive"]}
serde_json = "1.0.140"
tokio = {version = "1.45.0", features=["time", "fs", "io-util", "macros"]}