From cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Thu, 5 Jan 2023 17:22:10 +0100 Subject: =?UTF-8?q?Initial=20commit=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- racer-tracer/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 racer-tracer/Cargo.toml (limited to 'racer-tracer/Cargo.toml') 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 "] +edition = "2021" + +[dependencies] +minifb = "0.23" +tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] } +thiserror = "1" -- cgit v1.2.3