14 lines
252 B
TOML
14 lines
252 B
TOML
[package]
|
|
name = "hive-agent-sock"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
readme = "README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
hive-sh4re.workspace = true
|