Get metadata (#126)

* Added time crate

* Added endpoint to get metadata

* Formatting

* Added more code to get metadata

Having issues returning response

* Formatting

* Migration change

* Fix date issue

* Got it somewhat working

* Got things working

* Code fix

* Added test

* Formatting

* Test works

* Cleanup

* Migrations cleanup
This commit was merged in pull request #126.
This commit is contained in:
KD
2025-04-29 21:52:22 -04:00
committed by GitHub
parent 8755276b48
commit d491767de4
4 changed files with 272 additions and 20 deletions
+2 -1
View File
@@ -17,10 +17,11 @@ tracing-subscriber = "0.3.19"
futures = { version = "0.3.31" }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
dotenvy = { version = "0.15.7" }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.1.30" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }
url = { version = "2.5.4" }
url = { version = "2.5.4" }