rust-book-cn/Cargo.toml

13 lines
248 B
TOML
Raw Normal View History

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"
regex = "0.1.73"
lazy_static = "0.2.1"