hive-c0re: cli scaffolding (stubs)
This commit is contained in:
parent
a63e9bdbfc
commit
a24dc14213
3 changed files with 87 additions and 2 deletions
|
|
@ -2,3 +2,13 @@
|
|||
name = "hive-c0re"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
hive-sh4re.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue