[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" } anyhow.workspace = true serde.workspace = true serde_json.workspace = true time.workspace = true inotify.workspace = true yara-x.workspace = true libc.workspace = true