[package] name = "hammerd" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true description = "Daemon de hammer: bus de agente (/run/agent.sock) y diario de mutaciones (fanotify)." [[bin]] name = "hammerd" path = "src/main.rs" [dependencies] hammer-core.workspace = true anyhow.workspace = true clap.workspace = true tracing.workspace = true tracing-subscriber.workspace = true