summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-08-06 15:06:18 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-08-06 15:06:18 -0300
commitf24123f943abaebffd098a12069bcca62181f862 (patch)
treedd36cc3cafc0ec71fc388b610ec127bb53b657bf /Cargo.toml
parenta8778ff35bde88bb63d9fec769edf66e68d7969e (diff)
Fix predicates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0532df..1a85a35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ erased-serde = "0.3.21"
 proptest = "1.0.0"
 serde_json = "1.0.82"
 serde = {version = "1.0.140", features = ["derive"]}
+charx = "1"
 
 [features]
 default = ['stable']