summaryrefslogtreecommitdiffstats
path: root/cli/Cargo.lock
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-07-29 00:29:40 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-07-29 00:29:40 +0200
commit157790ff3452be04b6a14c1bec7aab821a4a8725 (patch)
tree7222496a802c16106b1a1c7b9d177a630da2dcb2 /cli/Cargo.lock
parent1bb5514fa9885a4a186659c4084aa7da091b9b1a (diff)
downloadmoney-157790ff3452be04b6a14c1bec7aab821a4a8725.tar.gz
hash posts
Diffstat (limited to 'cli/Cargo.lock')
-rw-r--r--cli/Cargo.lock23
1 files changed, 23 insertions, 0 deletions
diff --git a/cli/Cargo.lock b/cli/Cargo.lock
index fb68e73..b69f6d6 100644
--- a/cli/Cargo.lock
+++ b/cli/Cargo.lock
@@ -15,6 +15,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
+name = "cfg-if"
+version = "0.1.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
+
+[[package]]
name = "itoa"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -27,6 +33,7 @@ dependencies = [
"rust_decimal",
"serde",
"serde_json",
+ "twox-hash",
]
[[package]]
@@ -106,6 +113,12 @@ dependencies = [
]
[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
+[[package]]
name = "syn"
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -117,6 +130,16 @@ dependencies = [
]
[[package]]
+name = "twox-hash"
+version = "1.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
+dependencies = [
+ "cfg-if",
+ "static_assertions",
+]
+
+[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"