loadstar/Cargo.toml
Jan Klattenhoff 23047dc855
All checks were successful
Cargo Build & Test / check-cargo-version (pull_request) Successful in 6s
Cargo Build & Test / Test publish (pull_request) Successful in 10s
Update cargo version
2024-08-20 11:59:01 +02:00

11 lines
222 B
TOML

[package]
name = "loadstar"
description = "A simple web framework for rust"
repository = "https://git.kjan.de/jank/loadstar"
version = "0.0.3"
license = "GPL-3.0-only"
edition = "2021"
[dependencies]
tiny_http = "0.12.0"