# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "lezeh-bill" version = "0.0.1" authors = ["Sendy Halim "] description = """ Work specific productivity commands manage billing data, mostly for personal use. See https://github.com/sendyhalim/lezeh for details. """ homepage = "https://github.com/sendyhalim/lezeh" readme = "../readme.md" keywords = [ "cli", "developer-tools", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sendyhalim/lezeh" [lib] name = "lezeh_bill" path = "src/lib/lib.rs" [dependencies.clap] version = "2.33" [dependencies.lezeh-common] version = "0.0.1" [build-dependencies.built] version = "0.4"