diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-09-04 20:45:19 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-09-04 20:45:19 -0300 |
commit | 937774ee1d172cf47a7fc12e435b7dd7c6464aaf (patch) | |
tree | 6ab0173d47997852c0054715d59421cc0b81d46a /Cargo.toml | |
parent | f24123f943abaebffd098a12069bcca62181f862 (diff) |
Initial work on Serde VM stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1a85a35..a9e6de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6b [dependencies] regex = "1" impl_trait = "0.1.7" +serde_transmute = "0.1.4" serde = "1.0.140" erased-serde = "0.3.21" @@ -21,7 +22,7 @@ erased-serde = "0.3.21" proptest = "1.0.0" serde_json = "1.0.82" serde = {version = "1.0.140", features = ["derive"]} -charx = "1" +charx = "1.0.0" [features] default = ['stable'] |