Added fields in Cargo.toml

This commit is contained in:
int 80h
2021-11-14 20:36:53 -05:00
parent 9deac53413
commit fc1f2cbf33
2 changed files with 7 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -140,7 +140,7 @@ dependencies = [
[[package]] [[package]]
name = "gemserv" name = "gemserv"
version = "0.4.5" version = "0.4.6"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"log", "log",

View File

@@ -3,6 +3,12 @@ name = "gemserv"
version = "0.4.6" version = "0.4.6"
authors = ["int 80h <int@80h.dev>"] authors = ["int 80h <int@80h.dev>"]
edition = "2018" edition = "2018"
description = "A gemini server"
readme = "README"
homepage = "gemini://80h.dev"
repository = "https://git.sr.ht/~int80h/gemserv"
license = "MIT"
license-file = "LICENSE"
# 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