clear not needed boilerplate and add author name for the first example
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
[[package]]
|
|
||||||
name = "binary-search"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "binary-search"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["giorgiodelgado <hi@gdelgado.ca>"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
// name = "binary-search"
|
||||||
|
// version = "0.1.0"
|
||||||
|
// authors = ["giorgiodelgado <hi@gdelgado.ca>"]
|
||||||
|
//
|
||||||
|
|
||||||
// to run tests, you must have rust and cargo installed
|
// to run tests, you must have rust and cargo installed
|
||||||
// then run `cargo test`
|
// then run `cargo test`
|
||||||
|
|
||||||
Reference in New Issue
Block a user