From 6b71e355aa5f0bfd6ca0b5b8a1468908b5790bd3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 00:55:29 +0200 Subject: [PATCH] add inner package --- Cargo.toml | 1 - crates/gitignore_inner/Cargo.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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