[package] name = "libcalc" version = "0.0.1" authors = ["Syed Umar Nasar "] edition = "2018" description = "This is the Calculator functions library, In this code you will get Basic calculator operations" exclude = ["build/**/*.o", "doc/**/*.html"] include = ["src/**/*", "Cargo.toml"] license = "MIT" #See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]