summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-10-30 00:49:56 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-10-30 00:49:56 -0300
commita66111d9f9c99f91d9256209b5e9a65e42cde7f5 (patch)
treeaba85fd481ade96ba1be135c459af9d20eb409d7 /Cargo.toml
parentc1210b511af8ffada948550180360859b64009d2 (diff)
Implement parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e72ee6c..780a162 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,6 @@ regex = "1"
 serde = "1.0.140"
 serde_transmute = "0.1.4"
 smallvec = "1.10.0"
-these = "2.0.0"
 
 [dev-dependencies]
 proptest = "1.0.0"