[FEATURE] Add license #4

Merged
jank merged 2 commits from feature/license into main 2024-08-20 10:38:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 652ad68ce0 - Show all commits

2
Cargo.lock generated

@ -22,7 +22,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "loadstar"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"tiny_http",
]

@ -2,7 +2,7 @@
name = "loadstar"
description = "A simple web framework for rust"
repository = "https://git.kjan.de/jank/loadstar"
version = "0.0.3"
version = "0.0.4"
license = "GPL-3.0-only"
edition = "2021"