blob: 241e1d891022a32bd07375fbfa9c26f780281e2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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"
|