[package] name = "myfunction" version = "0.1.0" authors = ["arsalan"] edition = "2018" description = "By using this libray you can print counting from any number.For use this crate type these line in your main.rs. extern crate.MY_function. MY_function::Print_function(start,end). " license = "MIT" repository = "https://github.com/marsalan485/rust_library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]