chore: update metadata
This commit is contained in:
parent
580276c568
commit
6695bc4fb9
2 changed files with 4 additions and 5 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "keepice"
|
name = "keepice"
|
||||||
|
description = "simple KeePass database viewer (for now)"
|
||||||
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "AGPL-3.0-or-later"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = [
|
path = [ "**" ]
|
||||||
"*",
|
|
||||||
"src/*",
|
|
||||||
]
|
|
||||||
SPDX-FileCopyrightText = "2026 Electria"
|
SPDX-FileCopyrightText = "2026 Electria"
|
||||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue