File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ name = "luacompiler"
1313path = " src/lib/mod.rs"
1414
1515[dependencies ]
16- cfgrammar = { git =" https://github.com/softdevteam/grmtools" }
17- lrlex = { git =" https://github.com/softdevteam/grmtools" }
18- lrpar = { git =" https://github.com/softdevteam/grmtools" }
19- lrtable = { git =" https://github.com/softdevteam/grmtools" }
16+ cfgrammar = " 0.1"
17+ lrlex = " 0.1"
18+ lrpar = " 0.1"
2019bincode = " 1.0.1"
2120serde = " 1.0.80"
2221serde_derive = " 1.0"
@@ -26,5 +25,6 @@ version = "2.32"
2625default-features = false
2726
2827[build-dependencies ]
29- lrpar = { git =" https://github.com/softdevteam/grmtools" }
30- lrlex = { git =" https://github.com/softdevteam/grmtools" }
28+ cfgrammar = " 0.1"
29+ lrlex = " 0.1"
30+ lrpar = " 0.1"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ extern crate cfgrammar;
33extern crate lrlex;
44#[ macro_use]
55extern crate lrpar;
6- extern crate lrtable;
76#[ macro_use]
87extern crate serde_derive;
98extern crate bincode;
You can’t perform that action at this time.
0 commit comments