You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
318 B
16 lines
318 B
[package]
|
|
name = "awsm"
|
|
version = "0.1.0"
|
|
authors = ["Gregor Peach <gregorpeach@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
flexi_logger = "0.22.3"
|
|
llvm-alt = { git = "https://github.com/gwsystems/llvm-rs", branch = "sfbase"}
|
|
log = "0.4.14"
|
|
structopt = "0.3.26"
|
|
wasmparser = "0.58.0"
|
|
|
|
[profile.release]
|
|
debug = true
|