refactor(#2456): split hive-agent-wake into its own bin crate
This commit is contained in:
parent
c8bd0f7180
commit
59dd3a0aa7
5 changed files with 225 additions and 60 deletions
21
hive-agent-wake/Cargo.toml
Normal file
21
hive-agent-wake/Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "hive-agent-wake"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "hive-agent-wake"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lints]
|
||||
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…
Reference in a new issue