diff --git a/Cargo.toml b/Cargo.toml index fbe7c34..f5ddc31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" license = "MIT" description = "The fun way to run your Rust Comand" keywords = ["command", "execute", "run", "stream", "CLI"] +repository = "https://github.com/schneems/fun_run" +documentation = "https://docs.rs/fun_run" +readme = "README.md" +include = ["src/**/*", "LICENSE", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html