add inner package

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 00:55:29 +02:00
parent c53f91e840
commit 6b71e355aa
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 10 additions and 1 deletions

View File

@ -21,4 +21,3 @@ members = [
[dependencies]
eyre = "0.6.8"
gitignore_inner = {path = "crates/gitignore_inner", version = "0.1.0"}

View File

@ -2,6 +2,16 @@
name = "gitignore_inner"
version = "0.1.0"
edition = "2021"
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
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