# 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 = "journey" version = "0.0.2" authors = ["Alejandro Socorro "] description = "journey is a command line tool to keep track of your journey and\nto help you get organized.\n" license = "MIT" repository = "https://github.com/alejandrosocorro/journey" [dependencies.chrono] version = "0.4.10" [dependencies.failure] version = "0.1.6" [dependencies.rustyline] version = "6.0.0" [dependencies.structopt] version = "0.3.11" [dependencies.termcolor] version = "1.1.0"