15 lines
337 B
TOML
15 lines
337 B
TOML
[package]
|
|
name = "backup-to-s3"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
rusoto_s3 = "0.48"
|
|
rusoto_core = "0.48"
|
|
rusoto_credential = "0.48"
|
|
dotenv = "0.15"
|
|
chrono = "0.4"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
tracing-appender = "0.2"
|