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.lock | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rust_testhelper/Cargo.lock (limited to 'rust_testhelper/Cargo.lock') diff --git a/rust_testhelper/Cargo.lock b/rust_testhelper/Cargo.lock new file mode 100644 index 0000000..2e5f5d0 --- /dev/null +++ b/rust_testhelper/Cargo.lock @@ -0,0 +1,23 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "cc" +version = "1.0.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" + +[[package]] +name = "libc" +version = "0.2.133" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" + +[[package]] +name = "rust_testhelper" +version = "0.1.0" +dependencies = [ + "cc", + "libc", +] -- cgit v1.2.3