Fix build warnings (#3)

Reviewed-on: #3
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
phoenix
2025-03-29 22:35:57 +00:00
committed by phoenix
parent c164b3e00e
commit f2005de668
3 changed files with 52 additions and 9 deletions
+1
View File
@@ -9,3 +9,4 @@ 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-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }