summary refs log tree commit diff
path: root/src/tools/rustbook/Cargo.toml
blob: 956392ca540cd64c8efcd0c6b31b4af92cb2af40 (plain)
1
2
3
4
5
6
7
8
[package]
authors = ["The Rust Project Developers"]
name = "rustbook"
version = "0.0.0"

[[bin]]
name = "rustbook"
path = "main.rs"