feat(tauri): add metadata to Cargo.toml

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
Georg Krause 2024-02-21 10:15:14 +00:00 committed by Kasper Seweryn
parent 37a1b008b3
commit 298ace1b72
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
name = "funkwhale"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
authors = ["Funkwhale Collective"]
license = "AGPLv3"
repository = "https://dev.funkwhale.audio/funkwhale/funkwhale/"
default-run = "funkwhale"
edition = "2021"
rust-version = "1.60"