chore: update metadata

This commit is contained in:
electria 2026-08-28 21:56:20 -07:00
commit 6695bc4fb9
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
2 changed files with 4 additions and 5 deletions

View file

@ -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"

View file

@ -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"