mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Initial commit
This commit is contained in:
commit
1715dfb584
8 changed files with 516 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "agate"
|
||||
version = "1.0.0"
|
||||
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
|
||||
description = "Very simple server for the Gemini hypertext protocol"
|
||||
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://github.com/mbrubeck/agate"
|
||||
readme = "README.md"
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies.rustls]
|
||||
version = "0.17.0"
|
||||
default-features = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue