diff options
author | Irene Knapp <ireneista@gmail.com> | 2020-12-21 23:29:34 -0800 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2020-12-21 23:29:34 -0800 |
commit | dc2d41806d750ec48cb01a3341028d36866965fe (patch) | |
tree | 9603d6d1e966882fd00f84f36aa3a51eb1e882df /lib | |
parent | 117ab73fa491c4692524068c077d5dd6fb5101bb (diff) |
fix tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6c46cec..7785a81 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,3 +6,6 @@ edition = "2018" [dependencies] lalrpop-util = "0.19" + +[build-dependencies] +lalrpop = { version = "0.19", features = [ "lexer" ] } |