diff options
| author | Fuwn <[email protected]> | 2022-03-25 07:21:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-25 07:21:35 +0000 |
| commit | 90237c712a30e000c4f2ae775d0652f63f1fd360 (patch) | |
| tree | 280562fbb2db0b4105f8d95d25ff749f94b54499 | |
| parent | feat: initialise crate (diff) | |
| download | windmark-90237c712a30e000c4f2ae775d0652f63f1fd360.tar.xz windmark-90237c712a30e000c4f2ae775d0652f63f1fd360.zip | |
docs(cargo): add meta
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ name = "windmark" version = "0.0.0" edition = "2021" +description = "Simple and highly performant Gemini server framework" +license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |