17 lines
287 B
TOML
17 lines
287 B
TOML
[package]
|
|
name = "gitcomet-git"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
gitcomet-core = { workspace = true }
|