It works kinda?

This commit is contained in:
int 80h
2020-04-19 19:13:29 -04:00
commit fcddf63ead
3 changed files with 158 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "gemserv"
version = "0.1.0"
authors = ["int 80h <int@80h.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2", features = [ "net", "io-util", "rt-threaded" ] }
tokio-rustls = "*"
futures-util = "*"
toml = "*"
serde = "*"
serde_derive = "*"
url = "*"