Files
rust-ffi-examples/php-to-rust/Cargo.toml
2019-05-17 19:14:20 -04:00

9 lines
147 B
TOML

[package]
name = "php-to-rust"
version = "0.1.0"
authors = ["Nicolas Far <nicofff@gmail.com>"]
[lib]
name = "double_input"
crate-type = ["dylib"]