rusty readme

master
Tyler Neely 10 years ago
parent 0b25aa219d
commit 6ac5241c73
  1. 4
      README.md

@ -24,12 +24,12 @@ rust-rocksdb
### running ### running
- Cargo.toml - Cargo.toml
``` ```rust
[dependencies.rocksdb] [dependencies.rocksdb]
git = "https://github.com/spacejam/rust-rocksdb" git = "https://github.com/spacejam/rust-rocksdb"
``` ```
- Code - Code
``` ```rust
extern crate rocksdb; extern crate rocksdb;
fn main() { fn main() {

Loading…
Cancel
Save