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 <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-11-05 20:14:05 +00:00
parent db90a85aa4
commit c05efd2393
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
2 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
[package]
name = "barrier"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]

View File