Remove unneeded build keys
This commit is contained in:
parent
a14b7cc276
commit
5c317d5a35
|
|
@ -9,7 +9,6 @@ repository = "https://github.com/sfackler/rust-openssl"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["cryptography", "external-ffi-bindings"]
|
categories = ["cryptography", "external-ffi-bindings"]
|
||||||
links = "openssl"
|
links = "openssl"
|
||||||
build = "build.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ repository = "https://github.com/sfackler/rust-openssl"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["crypto", "tls", "ssl", "dtls"]
|
keywords = ["crypto", "tls", "ssl", "dtls"]
|
||||||
categories = ["cryptography", "api-bindings"]
|
categories = ["cryptography", "api-bindings"]
|
||||||
build = "build.rs"
|
|
||||||
|
|
||||||
# these are deprecated and don't do anything anymore
|
# these are deprecated and don't do anything anymore
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
name = "systest"
|
name = "systest"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
build = "build.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue