Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,6 +1,12 @@
|
||||
[workspace]
|
||||
members = ["crates/gitignore_inner", "."]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.2"
|
||||
|
||||
[package]
|
||||
name = "kignore"
|
||||
version = "0.1.2"
|
||||
version.workspace = true
|
||||
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
@@ -13,9 +19,6 @@ kignore is a tool for easily adding patterns to .gitignore and cleaning up after
|
||||
categories = ["command-line-interface"]
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = ["crates/gitignore_inner"]
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.12"
|
||||
gitignore_inner = { path = "crates/gitignore_inner", version = "0.1.0" }
|
||||
|
Reference in New Issue
Block a user