works more, but still not all the way

This commit is contained in:
2024-11-09 11:30:32 -07:00
parent 7826c4cec6
commit c3997b0bb7
5 changed files with 498 additions and 77 deletions

View File

@@ -11,4 +11,5 @@ serde = { version = "1.0.214", features = ["derive"] }
surrealdb = "2.0.4"
tokio = { version="1.41.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.3", features = ["serde"] }