[package] name = "houndd" description = "Hound Antivirus daemon — Unix-socket JSON-RPC over a pluggable engine" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [[bin]] name = "houndd" path = "src/main.rs" [dependencies] hound-api = { path = "../hound-api" } hound-supply.workspace = true anyhow.workspace = true serde.workspace = true serde_json.workspace = true time.workspace = true inotify.workspace = true yara-x.workspace = true libc.workspace = true sha2.workspace = true hound-defs.workspace = true ed25519-dalek.workspace = true ureq.workspace = true