This commit is contained in:
2025-08-16 14:22:56 +02:00
parent 30a09e6d53
commit 200d0c928d
48 changed files with 217 additions and 1209 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "supervisor"
version = "0.1.0"
edition = "2021"
[dependencies]
# The supervisor will eventually depend on the herodb crate.
# We can add this dependency now.
# herodb = { path = "../herodb" }