2020-01-25 19:17:39 -05:00
|
|
|
[package]
|
|
|
|
|
name = "rasp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2020-02-25 14:19:12 -05:00
|
|
|
structopt = "0.3"
|
2020-01-28 18:12:31 -05:00
|
|
|
snafu = "0.6.2"
|
2020-03-03 19:05:50 -05:00
|
|
|
libvm = { path = "src/libvm" }
|