marine/wit_fce/examples/export_test/Cargo.toml
2020-06-01 00:01:01 +03:00

11 lines
165 B
TOML

[package]
name = "export_test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "export_test"
path = "src/lib.rs"
crate-type = ["cdylib"]