diff --git a/Cargo.toml b/Cargo.toml index f3f08dc..f622994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "dr" +description = "Command-line data file processing in Rust" version = "0.1.0" edition = "2021" +include = [ + "**/*.rs", + "Cargo.toml", +] +license-file = "LICENSE" +repository = "https://git.guillemborrell.es/guillem/dr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html