16 lines
298 B
TOML
16 lines
298 B
TOML
[package]
|
|
name = "harmony_inventory_agent"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = "4.4"
|
|
sysinfo = "0.30"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|
|
tokio.workspace = true
|
|
thiserror.workspace = true
|
|
mdns-sd = "0.14.1"
|