This commit is contained in:
2025-08-16 13:58:40 +02:00
parent 542996a0ff
commit 30a09e6d53
38 changed files with 363 additions and 309 deletions

9
supervisor/Cargo.toml Normal file
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" }