diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 00:49:56 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 00:49:56 -0300 |
commit | a66111d9f9c99f91d9256209b5e9a65e42cde7f5 (patch) | |
tree | aba85fd481ade96ba1be135c459af9d20eb409d7 /Cargo.toml | |
parent | c1210b511af8ffada948550180360859b64009d2 (diff) |
Implement parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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" |