You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "rgc"
|
|
version = "0.3.3"
|
|
authors = ["Lukáš Hozda <luk.hozda@gmail.com>"]
|
|
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 = "0.2.74"
|
|
tempfile = "3.1.0"
|
|
simple_input = "0.4.0"
|