diff --git a/Cargo.toml b/Cargo.toml index 07fff8a..35a0219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,3 @@ members = [ [dependencies] eyre = "0.6.8" gitignore_inner = {path = "crates/gitignore_inner", version = "0.1.0"} - diff --git a/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index ac00ad1..70829a0 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -2,6 +2,16 @@ name = "gitignore_inner" version = "0.1.0" edition = "2021" +authors = ["Kasper J. Hermansen "] +license = "MIT" +readme = "README.md" +keywords = ["git", "ignore", "clap", "interactive"] +repository = "https://github.com/kjuulh/gitignore" +documentation = "https://docs.rs/gitignore" +description = """ +gitignore_inner is the internal module for cargo +""" +categories = ["git-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html