strongbad_email/Cargo.toml

12 lines
269 B
TOML
Raw Permalink Normal View History

2023-11-11 09:28:40 -05:00
[package]
name = "strongbad_email"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
2023-11-12 14:02:05 -05:00
serde = { version = "1.0.192", features = ["derive"] }
toml = "0.8.8"