[package] name = "Rust_crate" version = "0.1.0" authors = ["marsalan485 "] edition = "2018" description = "By using this crate you can print counting.For used this crate write following lines in your main.rs. 'extern crate counter;' Rust_crate::counter(start value,end value);" license = "MIT" repository = "https://github.com/marsalan485/rust_repository" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]