aboutsummaryrefslogtreecommitdiff
path: root/rust/binary-search/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-01-02 17:58:32 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commite7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29 (patch)
tree66933e429dbcb0e0dff68cc23cd1ef9430f12eed /rust/binary-search/Cargo.toml
parentfdde4fcd039210d7378c3f31ec9372396b1464a9 (diff)
downloadexercism-e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29.tar.gz
exercism-e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29.zip
[rust] Binary Search
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 = []