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:
KD
2025-03-30 15:00:07 -04:00
committed by GitHub
parent 9dd7ffa2b6
commit 6f320acb7c
3 changed files with 85 additions and 2 deletions
+7
View File
@@ -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" }