aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCorey Powell2021-06-02 17:33:28 +0000
committerCorey Powell2021-06-02 19:26:13 +0000
commit7202953e69c6621a24c1609c5345b584dcd7530e (patch)
tree69d4263153ed1828e0e4b9f961a3f9be7106fcad /Cargo.lock
parent7761c88d6130364915daa23115d2ee1234b2bab5 (diff)
Dropped pico-args in favour of a simpler hand roller parser
Not the greatest looking, but it gets the job done
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7118029c..4c6b9c39 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -326,7 +326,6 @@ dependencies = [
"log",
"num_cpus",
"once_cell",
- "pico-args",
"pulldown-cmark",
"serde",
"serde_json",
@@ -608,12 +607,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
-name = "pico-args"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d7afeb98c5a10e0bffcc7fc16e105b04d06729fac5fd6384aebf7ff5cb5a67d"
-
-[[package]]
name = "pin-project-lite"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"