[package] name = "ente-zero" version = "0.0.1" edition.workspace = true license.workspace = true publish.workspace = true [[bin]] name = "ente-zero" path = "src/main.rs" [dependencies] # Lib crates del fractal — orden: contratos → infra → encarnación → orquestación ente-card = { path = "../ente-card" } ente-bus = { path = "../ente-bus" } ente-cas = { path = "../ente-cas" } ente-kernel = { path = "../ente-kernel" } ente-soma = { path = "../ente-soma" } ente-wasm = { path = "../ente-wasm" } ente-snapshot = { path = "../ente-snapshot" } ente-brain = { path = "../ente-brain" } ente-echo = { path = "../ente-echo" } # solo para constantes del demo # Brahman protocol — handshake para módulos brahman conscientes brahman-handshake = { path = "../brahman-handshake" } brahman-broker = { path = "../brahman-broker" } # Runtime / utilidades de PID 1 serde = { workspace = true } serde_json = { workspace = true } ulid = { workspace = true } tokio = { workspace = true } nix = { workspace = true } libc = { workspace = true } anyhow = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true }