Added icarus_envy (#140)

* Added icarus_envy

* Commenting out dotenvy crate

* Removing environment and keys modules

* Replacing with icarus_envy

* Making changes to test code

* Removing lingering references in tests

* Test fix

* Test fix

* Another test fix

* Rust formatting

* Removing commented crate

* Using v0.2.0 version of icarus_envy
This commit was merged in pull request #140.
This commit is contained in:
KD
2025-06-01 20:20:33 -04:00
committed by GitHub
parent 95688cccfa
commit bb766acf4e
7 changed files with 31 additions and 51 deletions
+1 -1
View File
@@ -18,9 +18,9 @@ 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" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.2.0" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }