Work on remaking routing

This commit is contained in:
Michael Mikovsky
2026-05-27 11:04:22 -06:00
parent 129720145a
commit fa8cb6269c
11 changed files with 360 additions and 2 deletions
+3
View File
@@ -11,6 +11,9 @@ doctest = false
rkyv = { workspace = true }
# unshell-macros = { path = "../unshell-macros" }
[dev-dependencies]
crossbeam-channel.workspace = true
[lints.rust]
elided_lifetimes_in_paths = "warn"
future_incompatible = { level = "warn", priority = -1 }