[package] authors = ["Alexandru Olaru "] description = "It's a cli tool build in rust, that helps calculate intrinsic value of an investment." edition = "2018" include = [ "**/*.rs", "Cargo.toml", ] keywords = ["cli", "finance", "cagr", "intrinsic-calculator", "kelly-formula"] license = "MIT OR Apache-2.0" name = "dhandho" repository = "https://github.com/alxolr/dhandho" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0"