X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/e48d2870f91b769680b0cd12895066a94c4131aa..refs/heads/master:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 10572b4..bbc666b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,6 @@ name = "rust-101" version = "0.1.0" authors = ["Ralf Jung "] + +#[dependencies] +#docopt = "*"