# 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 = "cli-rng" version = "0.1.10" description = "Sol's RNG but CLI!" homepage = "https://github.com/FBDev64/cli-rng" readme = "README.md" categories = ["games"] license-file = "LICENSE" repository = "https://github.com/FBDev64/cli-rng.git" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5"