9 lines
209 B
TOML
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" } |