13 lines
321 B
TOML
Executable File
13 lines
321 B
TOML
Executable File
[package]
|
|
name = "dice-roll"
|
|
authors = ["Alina Marquardt <lastfuture@lastfuture.de>"]
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
regex = "1"
|
|
dialoguer = { version = "0.10.3", features = ["history"] }
|