aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-02-01 20:42:37 +0000
committerEdwin Cheng <[email protected]>2021-02-28 16:11:14 +0000
commitcff2201c30bda7b346e3b47875d95a2cf9cafaa3 (patch)
treed1ea4c44ec6f1e609e4f99c77646cd639430a74b /Cargo.lock
parent7f57a01b3d524a5ed85a30265b8aee2c81118f15 (diff)
NFA parser for mbe matcher
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dbd7a746e..3d2bf8f05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -878,6 +878,7 @@ dependencies = [
878 "profile", 878 "profile",
879 "rustc-hash", 879 "rustc-hash",
880 "smallvec", 880 "smallvec",
881 "stdx",
881 "syntax", 882 "syntax",
882 "test_utils", 883 "test_utils",
883 "tt", 884 "tt",