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"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue