11 lines
233 B
TOML
11 lines
233 B
TOML
[package]
|
|
name = "play-loto"
|
|
version = "0.1.0"
|
|
authors = ["Patrick MARIE <pm@mkz.me>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.3"
|