[package] name = "random_ayah" version = "0.1.1" edition = "2021" include = [ "**/*.rs", "Cargo.toml", "src/quran-simple-plain.txt" ] license-file = "LICENSE" keywords = ["quran"] description = "Get random ayah from holy Quran ayahs" homepage = "https://codeberg.org/SHMF1385/random-ayah-rs" repository = "https://codeberg.org/SHMF1385/random-ayah-rs" readme-file = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" [[bin]] name = "randayah" path = "src/main.rs"