herodb/supervisor/Cargo.toml
2025-08-16 13:58:40 +02:00

9 lines
209 B
TOML

[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" }