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