From fd8c22f908cf4d3f03d9bf009ed3c75c9bbfd256 Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Wed, 8 Nov 2023 12:22:57 -0600 Subject: [PATCH] Add cargo metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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