fortune-rs/Cargo.toml

13 lines
270 B
TOML
Raw Normal View History

2019-10-26 18:29:38 +02:00
[package]
name = "fortune-rs"
version = "0.1.0"
2024-01-24 04:40:16 +01:00
authors = ["Daan Boerlage <d@boerlage.me>"]
2024-01-24 04:44:06 +01:00
edition = "2021"
2019-10-26 18:29:38 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-24 04:44:06 +01:00
rand = "0.8.5"
2019-10-26 18:29:38 +02:00
clap = "2.33.0"
regex = "1.3.1"