From e1afd4df2779c79586dbcf3b9b270e98db9327d1 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Tue, 20 Aug 2024 09:02:45 +0200 Subject: [PATCH] Description and license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3cb114c..d6eb21e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "loadstar" +description = "A simple web framework for rust" +license = "GNU GPLv3" version = "0.0.1" edition = "2021"