From 83751efd734999fc11316a66317250ca53e76726 Mon Sep 17 00:00:00 2001 From: superwhiskers Date: Wed, 27 Aug 2025 14:41:19 -0500 Subject: initial expression implementation Change-Id: I6a6a69640c133bce112891bba09033b08e7c0dec --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8f0e019..1b50de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,17 @@ members = [ ] resolver = "3" +[workspace.dependencies] +# Used to remove indexing checks and to reduce the degree to which code +# may be misused. +generativity = "1" + +# Used to test some code for greater quality assurance. +proptest = "1" + +# Used to make more thorough tests using `proptest` +proptest-state-machine = "0.4" + [profile.release] opt-level = 3 codegen-units = 1 -- cgit 1.4.1-2-gfad0