16 lines
517 B
TOML
16 lines
517 B
TOML
[package]
|
|
name = "ente-soma"
|
|
version = "0.0.1"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
description = "Wrapper histórico sobre ente-incarnate para mantener la API set_bus_sock+incarnate que usa ente-zero. Toda la lógica vive en ente-incarnate."
|
|
|
|
[dependencies]
|
|
ente-card = { path = "../ente-card" }
|
|
ente-bus = { path = "../ente-bus" }
|
|
ente-incarnate = { path = "../../shared/ente-incarnate" }
|
|
nix = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
tracing = { workspace = true }
|