terminology: &T and &mut T are the types of *references*. Also, stress the exclusivit...
[rust-101.git] / Cargo.toml
1 [package]
2 name = "rust-101"
3 version = "0.1.0"
4 authors = ["Ralf Jung <post@ralfj.de>"]
5
6 #[dependencies]
7 #docopt = "*"