diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 10:21:40 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-13 11:55:28 +0100 |
commit | 25f9d7361db0ff38c49632e6f9d304331cabbdb7 (patch) | |
tree | 0b86da1541334bbd760c91a1d652957818a830ba /netwerk/base/rust-url-capi/Cargo.toml | |
parent | 6238890cdfcf0710920a6930d9bda7a17483ba1b (diff) | |
download | uxp-25f9d7361db0ff38c49632e6f9d304331cabbdb7.tar.gz |
Remove Rust URL parser CAPI
Part 2 for #58
Diffstat (limited to 'netwerk/base/rust-url-capi/Cargo.toml')
-rw-r--r-- | netwerk/base/rust-url-capi/Cargo.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/netwerk/base/rust-url-capi/Cargo.toml b/netwerk/base/rust-url-capi/Cargo.toml deleted file mode 100644 index ecdb53058a..0000000000 --- a/netwerk/base/rust-url-capi/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[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" |