[package] name = "borgflux" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Jan "] description = "BorgBackup and InfluxDB combined" readme = "../../README.md" homepage = "https://github.com/MapManagement/touls" repository = "https://github.com/MapManagement/touls" keywords = ["cli", "tools", "server-helper"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] } serde = { version = "1", features = ["derive"] } serde_json = "1" config = "0.13.1"