aboutsummaryrefslogtreecommitdiff
path: root/crates/msh-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/msh-core/Cargo.toml')
-rw-r--r--crates/msh-core/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/msh-core/Cargo.toml b/crates/msh-core/Cargo.toml
index cdea317..86b0846 100644
--- a/crates/msh-core/Cargo.toml
+++ b/crates/msh-core/Cargo.toml
@@ -4,4 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+encoding_rs = "0.8"
nres = { path = "../nres" }
+
+[dev-dependencies]
+common = { path = "../common" }
+proptest = "1"