# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "codealong-cli" version = "0.1.2" authors = ["Gordon Hempton "] description = "Codealong command-line interface" license = "MIT" [[bin]] name = "codealong" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.32.0" features = ["yaml"] [dependencies.codealong] version = "0.1.1" [dependencies.codealong-elk] version = "0.1.1" [dependencies.codealong-github] version = "0.1.1" [dependencies.console] version = "0.6.2" [dependencies.dirs] version = "1.0.4" [dependencies.error-chain] version = "0.12" [dependencies.git2] version = "0.8" [dependencies.humantime] version = "1.2.0" [dependencies.indicatif] version = "0.11.0" [dependencies.regex] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.slog] version = "2.4" [dependencies.sloggers] version = "0.3" [dependencies.url] version = "1.7"