summaryrefslogtreecommitdiff
path: root/racer-tracer/Cargo.toml
blob: e5ba59b5703b2032787ce5df3b486e90d3b92649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "racer-tracer"
version = "0.1.0"
authors = ["Sakarias Johansson <sakarias.johansson@goodbyekansas.com>"]
edition = "2021"

[dependencies]
minifb = "0.23"
thiserror = "1"
futures = "0.3"
rand = "0.8.5"
rayon = "1.6.1"
structopt = "0.3"
num_cpus = "1.15.0"
synchronoise = "1.0.1"
config = "0.13.3"
sha2 = "0.10.6"
image = "0.24.5"
serde = { version = "1", features = ["derive"] }