From e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 2 Jan 2021 17:58:32 +0000 Subject: [rust] Binary Search --- rust/binary-search/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rust/binary-search/Cargo.toml (limited to 'rust/binary-search/Cargo.toml') diff --git a/rust/binary-search/Cargo.toml b/rust/binary-search/Cargo.toml new file mode 100644 index 0000000..aeab7a0 --- /dev/null +++ b/rust/binary-search/Cargo.toml @@ -0,0 +1,9 @@ +[package] +edition = "2018" +name = "binary-search" +version = "1.3.0" + +[dependencies] + +[features] +generic = [] -- cgit v1.2.3