22 lines
423 B
TOML
22 lines
423 B
TOML
[package]
|
|
name = "hive-ag3nt"
|
|
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
|
|
|
|
[[bin]]
|
|
name = "hive-ag3nt"
|
|
path = "src/bin/hive-ag3nt.rs"
|
|
|
|
[[bin]]
|
|
name = "hive-m1nd"
|
|
path = "src/bin/hive-m1nd.rs"
|