[package] name = "restic-rs" version = "0.0.1" authors = ["Daniel Tucker "] edition = "2021" license = "GPL-3.0" description = "[WIP] Restic backup simplified" keywords = ["backup", "restic"] repository = "https://gitlab.com/dantuck/restic-rs" readme = "README.md" gitlab = { repository = "https://gitlab.com/dantuck/restic-rs", branch = "main" } codecov = { repository = "https://gitlab.com/dantuck/restic-rs", branch = "main", service = "gitlab" } maintenance = { status = "actively-developed" } [[bin]] name = "rb" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]