loadstar/Cargo.toml
Renovate 8934e70ea1
Some checks failed
Cargo Build & Test / Test publish (pull_request) Failing after 1s
Cargo Build & Test / check-cargo-version (pull_request) Failing after 2m52s
Cargo Build & Test / Tests (pull_request) Successful in 4m37s
fix(deps): update rust crate maud to 0.27.0
2025-02-02 12:03:33 +00:00

13 lines
308 B
TOML

[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.27.0"
ascii = "1.1.0"
tokio = { version = "1.40.0", features = [ "full" ] }