Merge pull request 'fill out Cargo.toml
' (#44) from crates-io into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/44
This commit is contained in:
commit
45fd00842a
|
@ -3,6 +3,9 @@ workspace = { members = ["generator"] }
|
||||||
name = "forgejo-api"
|
name = "forgejo-api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue