Bug 1338282 - remove profile.dev options from rust-url-capi's Cargo.toml; r=valentin

This commit is contained in:
Nathan Froyd 2017-02-22 17:15:02 -05:00
Родитель 90d3c167be
Коммит f7fb97ad16
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -1,19 +1,11 @@
[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.4.0"