From 4b0a6a01b051a4ebfbc17661d14cb23fe4f275fb Mon Sep 17 00:00:00 2001 From: Orangerot Date: Thu, 27 Jun 2024 11:30:16 +0200 Subject: Initial commit --- check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml (limited to 'check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml') diff --git a/check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml b/check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml new file mode 100644 index 0000000..9086b45 --- /dev/null +++ b/check-if-a-string-contains-all-binary-codes-of-size-k/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "check-if-a-string-contains-all-binary-codes-of-size-k" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3