summaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 6293a3a1643bfba718cac1dff402f194210230d7 (plain) (tree)
1
2
3
4
5
6
7
8
9

                   
                 





                                                                         
                                                                                              







                                                                                                
[package]
name = "testserver"
version = "0.1.3"
description = "Static HTTP webserver that stores resources as strings"
readme = "README.md"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
edition = "2018"
license = "AGPL-3.0-or-later"
repository = "https://soniex2.autistic.space/git-repos/testserver-rs.git"
homepage = "https://ganarchy.autistic.space/project/370aa8f9140476dd39d26831494b2de737edb359/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ar = "0.8"
base64 = "0.13"
percent-encoding = "2.1"
tiny_http = "0.8"