[package] name = "simple_calculator_with_add_sub_mul_div_oftwonumbers" version = "0.1.0" authors = ["sumaiyashaheen "] edition = "2018" description="This is a simple calculator built by rust containing the addition, subtraction, mutiplication and division of two digit numbers" license= "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]