diff --git a/.gitignore b/.gitignore index 62f204d..d2d1c7d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .goto .open tmp +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index e9982e2..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -[[package]] -name = "configparser" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aad39d76dbe45b809ef6d783b8c597732225b8f3d6c4d8ceb4a4f834a844ffe" - -[[package]] -name = "open" -version = "0.1.0" -dependencies = [ - "configparser", -] diff --git a/Cargo.toml b/Cargo.toml index 64d2768..2dd3ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "open" -version = "0.1.0" -authors = ["Britton Wolfe "] +version = "0.2.0" +authors = ["Valerie Wolfe "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html