added fields to the Cargo.toml
This commit is contained in:
parent
7ab8588b9d
commit
b6f28990ce
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ name = "eww"
|
|||
version = "0.1.0"
|
||||
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
description= "Widget system for everyone!"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/elkowar/eww"
|
||||
homepage = "https://github.com/elkowar/eww"
|
||||
|
||||
|
||||
[dependencies]
|
||||
gtk = { version = "0.9", features = [ "v3_16" ] }
|
||||
|
|
Loading…
Add table
Reference in a new issue