[package] name = "counter_crate" version = "0.1.0" authors = ["imran mirza "] edition = "2018" description= "by using this crate you put start value and end value of counter and print it in main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license="MIT" repository="https://github.com/imran3737/my-first-welcome-repo" [dependencies]