Files
rasp/Cargo.toml
Alek Ratzloff ddfcec0427 Initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-01-25 19:17:39 -05:00

19 lines
350 B
TOML

[package]
name = "rasp"
version = "0.1.0"
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1"
byteorder = "1"
lalrpop-util = "0.17.2"
regex = "*"
[build-dependencies]
lalrpop = "0.17.2"