backup-rs/Cargo.toml
2022-04-30 19:02:57 +02:00

15 lines
No EOL
368 B
TOML

[package]
name = "backup"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
serde = { version = "1.0.136", features = ["derive"] }
ureq = { version = "2.4.0", features = ["json"] }
thiserror = "1.0.30"
chrono = { version = "0.4", features = ["serde"] }
md5 = "0.7.0"
hex = "0.4.3"
dotenv = "0.15.0"
main_error = "0.1.2"