Set up cargo workspace
This commit is contained in:
parent
ef65d75a08
commit
89d6006d8d
6 changed files with 21 additions and 5 deletions
13
gdn-cli/Cargo.toml
Normal file
13
gdn-cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "gdn-cli"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
directories = { workspace = true }
|
||||
gix = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue