This commit is contained in:
Bel LaPointe
2021-02-21 21:43:51 -06:00
parent 17979240dd
commit 7216ac1620
31 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[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 = "*"