[package] name = "loadstar" description = "A simple web framework for rust" repository = "https://git.kjan.de/jank/loadstar" version = "0.0.7" license = "GPL-3.0-only" edition = "2021" [dependencies] tiny_http = "0.12.0" maud = "0.26.0" ascii = "1.1.0" tokio = { version = "1.40.0", features = [ "full" ] }