diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 21:27:29 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 21:27:29 -0300 |
commit | 6fac8900d19b9406229e5bf2b36fbfbbdfe548d4 (patch) | |
tree | 8f6b9c258c6097e3f855b211962f933448d5c18d /Cargo.toml | |
parent | 477a1fd5ea7603dd261bcfef9cd443f98310e5db (diff) |
Clean up
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3b205c1..e16edb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b erased-serde = "0.3.21" impl_trait = "0.1.7" indexmap = "1.9.1" -postcard = "1.0.2" regex = "1" serde = "1.0.140" -serde_transmute = "0.1.4" +# serde_transmute = "0.1.4" smallvec = "1.10.0" [dev-dependencies] +postcard = "1.0.2" proptest = "1.0.0" serde_json = "1.0.82" serde = {version = "1.0.140", features = ["derive"]} |