[package] name = "divisibility_check" version = "0.1.0" authors = ["wasimdhamriya "] edition = "2018" repository = "https://github.com/wasim-dhamriya/divisibility_check.git" license = "MIT" description = "Rust program to check whether a number is divisible by another number." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] check = {path="check",version = "0.1.0"}