Rename secp256k1.rs to lib.rs

This commit is contained in:
Andrew Poelstra 2015-04-09 10:35:38 -05:00
parent 1591bba3f9
commit 1b2858bc8a
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
[lib]
name = "secp256k1"
path = "src/secp256k1.rs"
path = "src/lib.rs"
[dependencies.rust-crypto]
git = "https://github.com/DaGenix/rust-crypto.git"