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

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