]> piware.de Git - learn-rust.git/blob - call-rust-from-c/Cargo.toml
simple-http: Parse path from request
[learn-rust.git] / call-rust-from-c / 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]