first iteration of agent-style worker and sensor containers.
This commit is contained in:
@@ -14,6 +14,10 @@ path = "src/lib.rs"
|
||||
name = "attune-sensor"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "attune-sensor-agent"
|
||||
path = "src/agent_main.rs"
|
||||
|
||||
[dependencies]
|
||||
attune-common = { path = "../common" }
|
||||
tokio = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user