marine/examples/simple_greeting/Cargo.toml
2020-06-05 23:12:02 +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"]