]> piware.de Git - learn-rust.git/blob - Cargo.toml
2868470cbbe806d08fde7c3df47cde76393ac8b7
[learn-rust.git] / Cargo.toml
1 [package]
2 name = "call-rust-from-c"
3 version = "0.1.0"
4 edition = "2018"
5
6 [lib]
7 crate-type = ['staticlib']
8
9 [dependencies]