clean workspace: remove supervisor packe + add instructions about how AGE redis commands work

This commit is contained in:
Maxime Van Hees
2025-08-22 14:21:16 +02:00
parent 892e6e2b90
commit 3b9756a4e1
5 changed files with 174 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
[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" }

View File

@@ -1,4 +0,0 @@
fn main() {
println!("Hello from the supervisor crate!");
// Supervisor logic will be implemented here.
}