Some checks failed
Core Repos/Rack/pipeline/head There was a failure building this commit
Now we're almost entirely IO bound, rather than having to wait to read and search through files one at a time.
14 lines
206 B
TOML
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
|