flake reorg

This commit is contained in:
Robin Appelman 2024-01-14 18:45:16 +01:00
commit a603ec8cfa
9 changed files with 666 additions and 451 deletions

View file

@ -1,19 +1,19 @@
[package]
name = "backup"
name = "demostf-backup"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
thiserror = "1.0.30"
dotenv = "0.15.0"
thiserror = "1.0.56"
dotenvy = "0.15.7"
main_error = "0.1.2"
demostf-client = { version = "0.4.0", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.33"
tracing-subscriber = "0.3.11"
futures-util = "0.3.21"
demostf-client = { version = "0.4.3", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
futures-util = "0.3.30"
md5 = "0.7.0"
[profile.release]
lto = true
lto = true