summaryrefslogtreecommitdiffstats
path: root/netwerk/base/rust-url-capi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/rust-url-capi/Cargo.toml')
-rw-r--r--netwerk/base/rust-url-capi/Cargo.toml19
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 ecdb53058..000000000
--- 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"