diff options
Diffstat (limited to 'netwerk/base/rust-url-capi/Cargo.toml')
-rw-r--r-- | netwerk/base/rust-url-capi/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/netwerk/base/rust-url-capi/Cargo.toml b/netwerk/base/rust-url-capi/Cargo.toml new file mode 100644 index 000000000..ecdb53058 --- /dev/null +++ b/netwerk/base/rust-url-capi/Cargo.toml @@ -0,0 +1,19 @@ +[package] + +name = "rust_url_capi" +version = "0.0.1" +authors = ["Valentin Gosu <valentin.gosu@gmail.com>"] + +[profile.dev] +opt-level = 3 +debug = true +rpath = true +lto = true + +[lib] +name = "rust_url_capi" + + +[dependencies] +libc = "0.2.0" +url = "1.2.1" |