diff options
Diffstat (limited to 'rust/binary-search/Cargo.toml')
| -rw-r--r-- | rust/binary-search/Cargo.toml | 9 |
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] | ||
| 2 | edition = "2018" | ||
| 3 | name = "binary-search" | ||
| 4 | version = "1.3.0" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | |||
| 8 | [features] | ||
| 9 | generic = [] | ||
