Compare commits

..

1 Commits

Author SHA1 Message Date
3b0415a3cb Added todos 2025-10-18 14:55:37 -04:00
3 changed files with 6 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -814,8 +814,8 @@ dependencies = [
[[package]]
name = "icarus_models"
version = "0.7.3"
source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.7.3-next-v0.8-44d08cdb1f-111#44d08cdb1f41c0de292b820f859b25cb08a7c0a3"
version = "0.7.0"
source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.7.0#11e5b1745cdb256b027cb8ce3e18e949351ea9ea"
dependencies = [
"josekit",
"rand 0.9.2",

View File

@@ -21,7 +21,7 @@ time = { version = "0.3.41", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.7.3-next-v0.8-44d08cdb1f-111" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.7.0" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.5.0" }
[dev-dependencies]

3
todos.txt Normal file
View File

@@ -0,0 +1,3 @@
// TODO: Place contents of run_migrations.txt somewhere else
// TODO: Retrieve the service username from the db
// TODO: Get rid of the lib.rs file. Place the contents in other areas