mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
cfabd86e21
Closes #183
13 lines
248 B
TOML
13 lines
248 B
TOML
[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"
|
|
rustc-serialize = "0.3.19"
|
|
regex = "0.1.73"
|
|
lazy_static = "0.2.1"
|