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 6f15817c9f - Show all commits
+2
View File
@@ -9,3 +9,5 @@ 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"
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.1.0-main-0dc8c153d2-680" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }