Change name to `bitcoin` in Cargo.toml (copying convention from toml-rs and color-rs)

This commit is contained in:
Andrew Poelstra 2014-07-18 12:07:10 -07:00
parent b5fd47b334
commit 426e1fc556
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "bitcoin-rs"
name = "bitcoin"
version = "0.0.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]