diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ members = ["rossweisse"] [package] name = "windmark" -version = "0.4.2" +version = "0.5.0" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" @@ -13,7 +13,7 @@ documentation = "https://docs.rs/windmark" readme = "README.md" homepage = "https://github.com/gemrest/windmark" repository = "https://github.com/gemrest/windmark" -license = "GPL-3.0-only" +license = "MIT OR Apache-2.0" keywords = ["gemini"] categories = ["web-programming"] |