15 lines
300 B
TOML
15 lines
300 B
TOML
[package]
|
|
name = "secert-hitler"
|
|
version = "0.1.0"
|
|
authors = ["bel <squeaky2x3@blapointe.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "*"
|
|
crossbeam-channel = "*"
|
|
json = "*"
|
|
env_logger = "*"
|
|
log = "*"
|