# 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 = "jirachi_cli" version = "0.1.2" authors = ["supercmmetry "] publish = ["crates-io"] description = "A CLI tool for managing a jirachi database" readme = "README.md" keywords = ["jirachi", "cli"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/supercmmetry/jirachi_cli" [[bin]] name = "jirachi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.diesel] version = "1.4.4" features = ["postgres"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dotenv] version = "0.15.0"