chore: adopt its proper name

This commit is contained in:
Zhongheng Liu 2026-01-31 01:11:18 +01:00
commit 1ffd1e8bc2
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 13 additions and 13 deletions

24
Cargo.lock generated
View file

@ -1250,6 +1250,18 @@ version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "phylax"
version = "0.1.0"
dependencies = [
"lettre",
"reqwest",
"rocket",
"serde",
"serde_json",
"toml 0.9.11+spec-1.1.0",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
@ -1808,18 +1820,6 @@ dependencies = [
"libc",
]
[[package]]
name = "self-service-access-recovery"
version = "0.1.0"
dependencies = [
"lettre",
"reqwest",
"rocket",
"serde",
"serde_json",
"toml 0.9.11+spec-1.1.0",
]
[[package]]
name = "serde"
version = "1.0.228"