summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2024-03-18 11:19:07 +0100
committerMarcel Müller <neikos@neikos.email>2024-03-20 15:26:49 +0100
commita0e161af1d1eeec6da2a1d7096d2ab2413f6e370 (patch)
tree69a54e0ba412749156813e41e52346b80a86880d /Cargo.lock
parent44cfb08351dc37786d412e9abf5c2b4dec1358c0 (diff)
Add winnow crate
Signed-off-by: Marcel Müller <neikos@neikos.email>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 103f98b..96f41c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -607,6 +607,7 @@ dependencies = [
"pretty_assertions",
"thiserror",
"tokio",
+ "winnow",
"yoke",
]
@@ -1356,6 +1357,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
+name = "winnow"
+version = "0.6.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"