]> piware.de Git - learn-rust.git/blob - call-c-from-rust/Cargo.toml
simple-http: Check hardcoded root path, add 404 page
[learn-rust.git] / call-c-from-rust / Cargo.toml
1 [package]
2 name = "learning-c-from-rust"
3 version = "0.1.0"
4 edition = "2018"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 errno = "*"