From fbaa420ed550e9c3e7cdc09d4a8ec22bfbd782a6 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 27 Feb 2023 12:36:41 +0800 Subject: before a major refactor I decide to adopt a new approach of recording and updating item derivation forests. Since this affects a lot of things, I decide to commit before the refactor, so that I can create a branch for that refactor. --- semiring/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'semiring/Cargo.toml') diff --git a/semiring/Cargo.toml b/semiring/Cargo.toml index 0a82e32..caf6cb0 100644 --- a/semiring/Cargo.toml +++ b/semiring/Cargo.toml @@ -6,3 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +grammar = { path = "../grammar" } + +[dev-dependencies] +grammar = { path = "../grammar", features = ["test-helper"] } + -- cgit v1.2.3-18-g5258