Update licenses check
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2024-12-04 22:00:19 +01:00
parent 46088bb627
commit 20630beeda
3 changed files with 5 additions and 4 deletions

2
Cargo.lock generated
View File

@ -449,7 +449,7 @@ dependencies = [
[[package]] [[package]]
name = "gemfreely" name = "gemfreely"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atom_syndication", "atom_syndication",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "gemfreely" name = "gemfreely"
version = "0.1.8" version = "0.1.9"
edition = "2021" edition = "2021"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
description = "Synchronize Gemini protocol blogs to the Fediverse" description = "Synchronize Gemini protocol blogs to the Fediverse"

View File

@ -27,8 +27,9 @@ allow = [
"MPL-2.0", "MPL-2.0",
"ISC", "ISC",
"Unicode-DFS-2016", "Unicode-DFS-2016",
"Unicode-3.0",
"OpenSSL", "OpenSSL",
"BSD-3-Clause" "BSD-3-Clause",
] ]
# Some crates don't have (easily) machine readable licensing information, # Some crates don't have (easily) machine readable licensing information,
@ -56,4 +57,4 @@ multiple-versions = "warn"
wildcards = "allow" wildcards = "allow"
highlight = "all" highlight = "all"
workspace-default-features = "allow" workspace-default-features = "allow"
external-default-features = "allow" external-default-features = "allow"