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:
Generated
+9
-1
@@ -730,8 +730,8 @@ version = "0.2.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"common-multipart-rfc7578",
|
||||
"dotenvy",
|
||||
"futures",
|
||||
"icarus_envy",
|
||||
"icarus_meta",
|
||||
"icarus_models",
|
||||
"serde",
|
||||
@@ -748,6 +748,14 @@ dependencies = [
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "icarus_envy"
|
||||
version = "0.2.0"
|
||||
source = "git+ssh://git@git.kundeng.us/phoenix/icarus_envy.git?tag=v0.2.0#3ee8c1e573ba9637769aa0538d2c11335e39ed9f"
|
||||
dependencies = [
|
||||
"dotenvy",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "icarus_meta"
|
||||
version = "0.1.30"
|
||||
|
||||
Reference in New Issue
Block a user