feat: make dependency version more lax, add Cargo.toml meta, adjust license
This commit is contained in:
parent
d37540d8a2
commit
f97eb735fb
2 changed files with 10 additions and 3 deletions
|
@ -2,6 +2,13 @@
|
|||
name = "forgejo-api-types"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-or-later"
|
||||
keywords = ["forgejo", "types", "codeberg", "api"]
|
||||
authors = ["Robert Walter <robwalter96@gmail.com>"]
|
||||
description = "Rusty API types of the forgejo API"
|
||||
homepage = "https://codeberg.org/VoiDD/forgejo-api-types"
|
||||
repository = "https://codeberg.org/VoiDD/forgejo-api-types"
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -11,7 +18,7 @@ clap = { version = "4.3", default-features = false, features = ["derive", "std"]
|
|||
serde_json = "1.0"
|
||||
color-eyre = "0.6"
|
||||
derive-new = "0.5"
|
||||
hyper = "0.14.27"
|
||||
hyper = "0.14"
|
||||
palette = { version = "0.7.2", features = ["serializing"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde-email = "3.0"
|
||||
|
|
4
LICENSE
4
LICENSE
|
@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
|
|||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
neomath
|
||||
Copyright (C) 2023 Robert Walter
|
||||
forgejo-api-types
|
||||
Copyright (C) 2023 RobWalt <robwalter96@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
|
|
Loading…
Reference in a new issue