From c05efd2393d7b8ab1b3d5786d6286523dba6e164 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Fri, 5 Nov 2021 20:14:05 +0000 Subject: [PATCH] Remove experimental Rust code - what? I was working on experimental Rust code to see if it'd be possible to glue C++ and Rust together, and didn't stash it. When I did `git add`, it added the Rust code, and ... yeah, whoops. Signed-off-by: Dom Rodriguez --- Cargo.toml | 7 ------- src/lib.rs | 0 2 files changed, 7 deletions(-) delete mode 100644 Cargo.toml delete mode 100644 src/lib.rs diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index ea67ec53..00000000 --- a/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "barrier" -version = "0.1.0" -edition = "2021" -publish = false - -[dependencies] diff --git a/src/lib.rs b/src/lib.rs deleted file mode 100644 index e69de29b..00000000