[package] name = "testserver" version = "0.1.3" description = "Static HTTP webserver that stores resources as strings" readme = "README.md" authors = ["SoniEx2 "] 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"