2016-08-07 09:27:15 +08:00
|
|
|
[package]
|
|
|
|
name = "rust-book"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Steve Klabnik <steve@steveklabnik.com>"]
|
|
|
|
description = "The Rust Book"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
walkdir = "0.1.5"
|
|
|
|
docopt = "0.6.82"
|
2016-08-11 07:14:25 +08:00
|
|
|
rustc-serialize = "0.3.19"
|