14 lines
413 B
TOML
14 lines
413 B
TOML
[package]
|
|
name = "wit-bindgen-gen-wasmtime-py"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wit-bindgen-gen-core = { path = '../gen-core', version = '0.1.0' }
|
|
heck = "0.3"
|
|
structopt = { version = "0.3", default-features = false, optional = true }
|
|
|
|
[dev-dependencies]
|
|
test-helpers = { path = '../test-helpers', features = ['wit-bindgen-gen-wasmtime-py'] }
|