metadata update
parent
3c3f6ea68d
commit
0feb4ea2f5
@ -1,12 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rgp"
|
name = "rgc"
|
||||||
version = "0.1.0"
|
version = "0.3.3"
|
||||||
authors = ["Lukáš Hozda <luk.hozda@gmail.com>"]
|
authors = ["Lukáš Hozda <luk.hozda@gmail.com>"]
|
||||||
edition = "2018"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = "0.2.74"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
simple_input = "0.4.0"
|
simple_input = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue