V0.2 web api (#113)
* Adding dependencies * Added web api code * Some changes * Code formatting * Added dependencies * * * Added workflow * Changed branch to trigger workflows * Added ssh key import * Warning fixes
This commit was merged in pull request #113.
This commit is contained in:
@@ -4,3 +4,10 @@ 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"
|
||||
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" }
|
||||
|
||||
Reference in New Issue
Block a user