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"