diff options
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r-- | ptx/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml index 2e2995f..e2c4ff8 100644 --- a/ptx/Cargo.toml +++ b/ptx/Cargo.toml @@ -17,6 +17,9 @@ thiserror = "1.0" bit-vec = "0.6" half ="1.6" bitflags = "1.2" +rustc-hash = "2.0.0" +strum = "0.26" +strum_macros = "0.26" [dependencies.lalrpop-util] version = "0.19.12" |