Fix typo in Andrew's email address; remove rust-crypto dependency
This commit is contained in:
parent
5bea30dbb9
commit
0de8bfabb6
|
@ -1,9 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
"Andrew Poelstra <apoelstra@wpsoftware.net" ]
|
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/apoelstra/rust-secp256k1/"
|
homepage = "https://github.com/apoelstra/rust-secp256k1/"
|
||||||
repository = "https://github.com/apoelstra/rust-secp256k1/"
|
repository = "https://github.com/apoelstra/rust-secp256k1/"
|
||||||
|
@ -18,7 +18,6 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
rust-crypto = "0.2"
|
|
||||||
libc = "0.1"
|
libc = "0.1"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
serde = "0.3"
|
serde = "0.3"
|
||||||
|
|
Loading…
Reference in New Issue