Initial commit.
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "rusty-wam"
|
||||
version = "0.1.0"
|
||||
authors = ["Mark Thom"]
|
||||
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.lalrpop-util]
|
||||
version = "0.12.0"
|
||||
|
||||
[build-dependencies.lalrpop]
|
||||
version = "0.12.0"
|
||||
Reference in New Issue
Block a user