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]
|
||||
|
||||
name = "secp256k1"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||
"Andrew Poelstra <apoelstra@wpsoftware.net" ]
|
||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/apoelstra/rust-secp256k1/"
|
||||
repository = "https://github.com/apoelstra/rust-secp256k1/"
|
||||
|
@ -18,7 +18,6 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
rand = "0.3"
|
||||
rust-crypto = "0.2"
|
||||
libc = "0.1"
|
||||
rustc-serialize = "0.3"
|
||||
serde = "0.3"
|
||||
|
|
Loading…
Reference in New Issue