summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 568b7390cb41869bdf768e0642d883363049556b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "testserver"
version = "0.1.0"
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"

# 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"