Files
Rack/Cargo.toml
Cameron Cordes 5bc72ec67d
Some checks failed
Core Repos/Rack/pipeline/head There was a failure building this commit
Add Rayon for parallel file checking
Now we're almost entirely IO bound, rather than having to wait to
read and search through files one at a time.
2021-02-15 20:08:52 -05:00

14 lines
206 B
TOML

[package]
name = "rack"
version = "0.1.0"
authors = ["Cameron Cordes <cameronc.dev@gmail.com>"]
edition = "2018"
[dependencies]
clap = "2.33.0"
term = "0.6.1"
rayon = "1.5.0"
[profile.release]
lto = true