diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 20:28:37 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-10-30 20:28:37 -0300 |
commit | 477a1fd5ea7603dd261bcfef9cd443f98310e5db (patch) | |
tree | b7e805ff44569f7094e35c5581574ea554b64117 /Cargo.toml | |
parent | a66111d9f9c99f91d9256209b5e9a65e42cde7f5 (diff) |
Finish most of Packer and Parser
This is still broken even tho it passes the tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 780a162..3b205c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ 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" |