feat(tauri): add metadata to Cargo.toml
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
parent
37a1b008b3
commit
298ace1b72
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue