First part of libvm transition
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -4,24 +4,9 @@ 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]
|
||||
structopt = "0.3"
|
||||
bitflags = "1"
|
||||
byteorder = "1"
|
||||
lazy_static = "1"
|
||||
snafu = "0.6.2"
|
||||
|
||||
cfgrammar = "0.6"
|
||||
lrlex = "0.6"
|
||||
lrpar = "0.6"
|
||||
regex = "*"
|
||||
|
||||
[build-dependencies]
|
||||
cfgrammar = "0.6"
|
||||
lrlex = "0.6"
|
||||
lrpar = "0.6"
|
||||
rerun_except = "0.1"
|
||||
libvm = { path = "src/libvm" }
|
||||
|
||||
Reference in New Issue
Block a user