added fields to the Cargo.toml

This commit is contained in:
ur name 2020-10-18 16:06:38 +00:00 committed by elkowar
parent 7ab8588b9d
commit b6f28990ce

View file

@ -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" ] }