You can not 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
500 B

[package]
name = "gempress"
version = "0.1.1"
authors = ["Garrit Franke <garrit@slashdev.space>"]
edition = "2018"
description = "An Express.js inspired server framework for the gemini protocol"
license = "MIT"
documentation = "https://docs.rs/gempress"
repository = "https://github.com/garritfra/astrofarm/tree/main/lib/gempress"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl = "0.10.36"
thiserror = "1.0.28"
url = "2.2.2"