diff --git a/Cargo.lock b/Cargo.lock index c79e82a..7235703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,8 +86,8 @@ dependencies = [ ] [[package]] -name = "rgp" -version = "0.1.0" +name = "rgc" +version = "0.3.3" dependencies = [ "libc", "simple_input", diff --git a/Cargo.toml b/Cargo.toml index 68f63a6..d80739d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] -name = "rgp" -version = "0.1.0" +name = "rgc" +version = "0.3.3" authors = ["Lukáš Hozda "] edition = "2018" +description = "A simple gopher client for the command line" +license = "ISC" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "*" +libc = "0.2.74" tempfile = "3.1.0" simple_input = "0.4.0"