Install rocket_i18n from crates.io

This commit is contained in:
Kitaiti Makoto 2022-02-06 18:58:01 +09:00
parent 917eda356d
commit eb22c1168e
1 changed files with 4 additions and 3 deletions

7
Cargo.lock generated
View File

@ -3898,10 +3898,11 @@ dependencies = [
[[package]]
name = "rocket_i18n"
version = "0.4.0"
source = "git+https://github.com/Plume-org/rocket_i18n?rev=e922afa7c366038b3433278c03b1456b346074f2#e922afa7c366038b3433278c03b1456b346074f2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf9f4c872b824ac0506557be9c66e0315d66d0e378d2ae02ee2e7b0fed2a338"
dependencies = [
"gettext 0.3.0",
"gettext 0.4.0",
"rocket",
]