add a note to the README about this being a tutorial for an ancient version of Rust
[rust-101.git] / solutions / Cargo.toml
1 [package]
2 name = "solutions"
3 version = "0.1.0"
4 authors = ["Ralf Jung <post@ralfj.de>"]
5
6 [dependencies]
7 docopt = "*"