aboutsummaryrefslogtreecommitdiff
path: root/rust/binary-search/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/binary-search/Cargo.toml')
-rw-r--r--rust/binary-search/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 @@
1[package]
2edition = "2018"
3name = "binary-search"
4version = "1.3.0"
5
6[dependencies]
7
8[features]
9generic = []