feat(tauri): add metadata to Cargo.toml

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
environments/review-docs-v2-ov-8q6uyo/deployments/19325
Georg Krause 2024-02-21 10:15:14 +00:00 zatwierdzone przez Kasper Seweryn
rodzic 37a1b008b3
commit 298ace1b72
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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