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

[dependencies]
minifb = "0.23"
tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] }
thiserror = "1"
futures = "0.3"