diff options
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-x | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 27f2bd2..66fa5c3 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,6 +132,7 @@ dependencies = [ "libc", "num-integer", "num-traits", + "pure-rust-locales", "time", "winapi", ] @@ -923,6 +924,12 @@ dependencies = [ ] [[package]] +name = "pure-rust-locales" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b45c49fc4f91f35bae654f85ebb3a44d60ac64f11b3166ffa609def390c732d8" + +[[package]] name = "quick-xml" version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" |