[package] name = "rced" authors = ["Matthew Mitchell"] version = "0.0.8" edition = "2021" license = "MIT" repository = "https://gitlab.com/device-config/rced" documentation = "https://gitlab.com/device-config/rced/README.md" homepage = "https://gitlab.com/device-config/rced/README.md" readme = "README.md" description = "A config edit manager." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.7" colored = "2"