summaryrefslogtreecommitdiffstats
path: root/netwerk/base/rust-url-capi/Cargo.toml
blob: ecdb53058a108f48df55731799f0c4ba58c81f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"