Compare commits

..

2 Commits

Author SHA1 Message Date
phoenix 2229d98ab6 Next release (#15)
Reviewed-on: #15
2025-04-05 19:41:15 +00:00
phoenix 88f45645b3 devel (#5)
Reviewed-on: #5
2025-03-30 18:07:12 +00:00
+1
View File
@@ -23,4 +23,5 @@ icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", ta
[dev-dependencies]
http-body-util = { version = "0.1.3" }
url = { version = "2.5" }
reqwest = { version = "0.12.5", features = ["json"] } # For making HTTP requests in tests
once_cell = { version = "1.19" } # Useful for lazy initialization in tests/app setup