summaryrefslogtreecommitdiff
path: root/racer-tracer/Cargo.toml
blob: c9b8ac67cce247a2b2c81711959b3f576370038c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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"
slog-term = "2"
slog = "2"
slog-async = "2"
console = "0.15"
glam = "0.23.0"
serde = { version = "1", features = ["derive"] }