add a note to the README about this being a tutorial for an ancient version of Rust
[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 = "*"