From 3a2fef94230f35d948634ffef83660afdffa0bad Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Thu, 1 Jun 2023 19:01:24 +0530 Subject: Complete libhitomezashi, reset project --- libhitomezashi/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libhitomezashi/Cargo.toml (limited to 'libhitomezashi/Cargo.toml') diff --git a/libhitomezashi/Cargo.toml b/libhitomezashi/Cargo.toml new file mode 100644 index 0000000..48e2935 --- /dev/null +++ b/libhitomezashi/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "libhitomezashi" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +bitvec = "1.0.1" -- cgit v1.2.3-57-g22cb