enigma-machine/Cargo.toml

13 lines
278 B
TOML
Raw Permalink Normal View History

2021-04-21 18:47:47 +00:00
[package]
name = "enigma"
2021-07-03 13:50:36 +00:00
version = "1.0.0"
2021-04-21 18:47:47 +00:00
authors = ["vodofrede <frederik@palmoe.dk>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.14"
pretty_env_logger = "0.4.0"
rand = "0.8.3"