loadstar/Cargo.toml

11 lines
222 B
TOML
Raw Normal View History

2024-08-20 06:05:01 +00:00
[package]
2024-08-20 06:57:08 +00:00
name = "loadstar"
2024-08-20 07:02:45 +00:00
description = "A simple web framework for rust"
2024-08-20 07:07:58 +00:00
repository = "https://git.kjan.de/jank/loadstar"
2024-08-20 10:38:02 +00:00
version = "0.0.4"
2024-08-20 07:08:43 +00:00
license = "GPL-3.0-only"
2024-08-20 06:05:01 +00:00
edition = "2021"
[dependencies]
tiny_http = "0.12.0"