From e4ad766315879e1ff05bb111229f073f8f0ed68e Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 10 Oct 2022 21:30:02 +0200 Subject: PassFish: Initial Commit Well, that's a lie. But nobody needs to see all the iterations I decided to sweep under the rug. That said, I think the repo is, while not clean, clean enough now, to not be embarrassed by uploading it to github. --- rust_testhelper/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rust_testhelper/Cargo.toml (limited to 'rust_testhelper/Cargo.toml') diff --git a/rust_testhelper/Cargo.toml b/rust_testhelper/Cargo.toml new file mode 100644 index 0000000..53958db --- /dev/null +++ b/rust_testhelper/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rust_testhelper" +version = "0.1.0" +description = "Helper for compiling and linking pwm_qhash.cpp during cargo test." + +[dependencies] +libc = "0.2" + +[build-dependencies] +cc = "1.0" -- cgit v1.2.3