[package] name = "simplecalculator_function" version = "0.1.3" authors = ["muhammadmuneeb264 "] edition = "2018" description = "In this library I am going to show you how to make a very basic Calculator using two user input values form user and perform some mathematical operation like addition, subraction etc" license = "MIT" repository = "https://github.com/muhammadmuneeb264/rust_library.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]