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