Added the watch and scheduler systems

This commit is contained in:
Connor Johnstone
2026-03-20 16:28:15 -04:00
parent 2280e9564d
commit e5b3fc3fe3
2 changed files with 14 additions and 9 deletions

View File

@@ -27,5 +27,6 @@ dirs = "6"
regex = "1"
[dev-dependencies]
shanty-data = { path = "../shanty-data" }
tokio = { version = "1", features = ["full", "test-util"] }
tempfile = "3"