# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "random_ayah" version = "0.1.1" include = [ "**/*.rs", "Cargo.toml", "src/quran-simple-plain.txt", ] description = "Get random ayah from holy Quran ayahs" homepage = "https://codeberg.org/SHMF1385/random-ayah-rs" readme = "README.md" keywords = ["quran"] license-file = "LICENSE" repository = "https://codeberg.org/SHMF1385/random-ayah-rs" resolver = "2" [[bin]] name = "randayah" path = "src/main.rs" [dependencies.rand] version = "0.8.5"