16 lines
309 B
TOML
16 lines
309 B
TOML
[package]
|
|
name = "hive-host-sock"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
readme = "README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
hive-jobq.workspace = true
|
|
hive-jobq-wire.workspace = true
|
|
hive-sh4re.workspace = true
|
|
hive-types.workspace = true
|
|
serde.workspace = true
|