[package] name = "biurs" version = "0.4.1" edition = "2021" license = "MIT" description = "biurs client" readme = "../README.md" homepage = "https://github.com/cemoktra/biurs" repository = "https://github.com/cemoktra/biurs" keywords = ["backup", "restore"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow.workspace = true biurs-core.workspace = true clap.workspace = true directories.workspace = true filetime.workspace = true fxhash.workspace = true jsonwebtoken.workspace = true serde.workspace = true serde_json.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true walkdir.workspace = true