mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
use secretfile
This commit is contained in:
parent
c00b7b4ab8
commit
715be91a73
3 changed files with 169 additions and 148 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -6,24 +6,25 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.77"
|
||||
chrono = { version = "0.4.31", features = ["serde"] }
|
||||
thiserror = "1.0.56"
|
||||
reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
toml = "0.8.8"
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
chrono = { version = "0.4.34", features = ["serde"] }
|
||||
thiserror = "1.0.57"
|
||||
reqwest = { version = "0.11.24", default-features = false, features = ["json", "rustls-tls"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
toml = "0.8.10"
|
||||
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
camino = "1.1.6"
|
||||
petname = "1.1.3"
|
||||
thrussh = "0.34.0" # 0.35.1 broke password auth?
|
||||
thrussh-keys = "0.22.1"
|
||||
futures-util = "0.3.30"
|
||||
pretty_env_logger = "0.5.0"
|
||||
cron = "0.12.0"
|
||||
cron = "0.12.1"
|
||||
rcon = { version = "0.6.0", features = ["rt-tokio"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
clap = { version = "4.4.16", features = ["derive"] }
|
||||
clap = { version = "4.5.1", features = ["derive"] }
|
||||
main_error = "0.1.2"
|
||||
secretfile = "0.1.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue