diff options
| author | Sakarias Johansson <sakarias.johansson@goodbyekansas.com> | 2023-01-05 17:22:10 +0100 |
|---|---|---|
| committer | Sakarias Johansson <sakarias.johansson@goodbyekansas.com> | 2023-01-05 17:22:10 +0100 |
| commit | cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5 (patch) | |
| tree | d37492001d250f7dc7a1584415181ad443f62d8a /racer-tracer/Cargo.toml | |
| download | racer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.tar.gz racer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.tar.xz racer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.zip | |
Initial commit 🎉
Diffstat (limited to 'racer-tracer/Cargo.toml')
| -rw-r--r-- | racer-tracer/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml new file mode 100644 index 0000000..e764f79 --- /dev/null +++ b/racer-tracer/Cargo.toml @@ -0,0 +1,10 @@ +[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" |
