mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
use workspace level dependencies
This commit is contained in:
parent
03122e9a18
commit
df978f445e
42 changed files with 419 additions and 344 deletions
|
|
@ -7,9 +7,9 @@ edition.workspace = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = "4.0"
|
||||
clap_complete = "4.0"
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
clap_complete.workspace = true
|
||||
mlua = { version = "0.8.1" }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue