Complete fields in Cargo.toml
This commit is contained in:
parent
bed09a8770
commit
6f53ba03d2
|
@ -1,10 +1,10 @@
|
|||
[package]
|
||||
name = "app"
|
||||
name = "glowing-bear"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
repository = ""
|
||||
description = "A web client for WeeChat"
|
||||
authors = ["glowing-bear-contributors"]
|
||||
license = "GPL-3.0"
|
||||
repository = "https://github.com/glowing-bear/glowing-bear"
|
||||
default-run = "app"
|
||||
edition = "2021"
|
||||
rust-version = "1.57"
|
||||
|
|
Loading…
Reference in New Issue