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.

16 lines
370 B
TOML

4 years ago
[package]
4 years ago
name = "rgc"
4 years ago
version = "0.3.4"
4 years ago
authors = ["Lukáš Hozda <luk.hozda@gmail.com>"]
edition = "2018"
4 years ago
description = "A simple gopher client for the command line"
license = "ISC"
4 years ago
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tempfile = "3.1.0"
simple_input = "0.4.0"
dirs = "3.0.1"
4 years ago
bunt = "0.1.0"