Merge pull request #87 from petertodd/2018-05-remove-cargo-instructions

Remove cargo usage from README
This commit is contained in:
Andrew Poelstra 2018-05-27 15:45:07 +00:00 committed by GitHub
commit feec1cae70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -20,14 +20,6 @@ For JSONRPC interaction with Bitcoin Core, it is recommended to use [rust-jsonrp
which uses the underlying [strason library](https://github.com/apoelstra/strason)
which parses decimal numbers as strings, preventing precision errors.
# Usage
To use rust-bitcoin, just add the following to your Cargo.toml.
```toml
[dependencies]
bitcoin = "0.12"
```
# Known limitations