summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-04-20 22:48:47 +0200
committerCyborus <cyborus@cyborus.xyz>2024-04-20 22:48:47 +0200
commit66f95b93ce80509d0159acac9fba8b51278070dc (patch)
tree269f870c038f51d1fe178366b144d20190f8d290
parentMerge pull request 'add derives for query structs' (#43) from query-derive in... (diff)
downloadforgejo-api-66f95b93ce80509d0159acac9fba8b51278070dc.tar.xz
forgejo-api-66f95b93ce80509d0159acac9fba8b51278070dc.zip
fill out `Cargo.toml`
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7590571..91c4424 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,9 @@ workspace = { members = ["generator"] }
name = "forgejo-api"
version = "0.1.0"
edition = "2021"
+license = "Apache-2.0 OR MIT"
+repository = "https://codeberg.org/Cyborus/forgejo-api"
+description = "Interface to Forgejo's Web API"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html