V0.2 web api #113

Merged
kdeng00 merged 9 commits from v0.2-web_api into v0.2 2025-03-30 15:00:07 -04:00
Showing only changes of commit c6ab8387c9 - Show all commits
+5
View File
@@ -4,3 +4,8 @@ version = "0.2.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.3" }
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139" }
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
tracing-subscriber = "0.3.19"