add inner package
This commit is contained in:
parent
c53f91e840
commit
6b71e355aa
@ -21,4 +21,3 @@ members = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
eyre = "0.6.8"
|
eyre = "0.6.8"
|
||||||
gitignore_inner = {path = "crates/gitignore_inner", version = "0.1.0"}
|
gitignore_inner = {path = "crates/gitignore_inner", version = "0.1.0"}
|
||||||
|
|
||||||
|
@ -2,6 +2,16 @@
|
|||||||
name = "gitignore_inner"
|
name = "gitignore_inner"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user