marine/wit_fce/examples/export_test/Cargo.toml

11 lines
165 B
TOML
Raw Normal View History

2020-05-29 22:55:39 +00:00
[package]
name = "export_test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "export_test"
path = "src/lib.rs"
crate-type = ["cdylib"]