Newer
Older
[package]
name = "redox_cookbook"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "cook"
path = "src/bin/cook.rs"
[lib]
name = "cookbook"
path = "src/lib.rs"
[dependencies]
blake3 = "0.3.3"
pbr = "1.0.2"