toml changed
This commit is contained in:
parent
c18a63b5fb
commit
f7e92e21b4
|
|
@ -1,8 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rang"
|
name = "rang"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Piyush Mishra <piyush.raj.kit@gmail.com>"]
|
description = "Just another colour chooser"
|
||||||
license = "GPL 3.0"
|
authors = ["PiyushXCoder <piyush.raj.kit@gmail.com>"]
|
||||||
|
license = "GPL-3.0-only"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/PiyushXCoder/Rasp-Manager"
|
||||||
|
keywords = ["color", "color-chooser", "color-picker", "gtk"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue