chore: add cargo metadata

This commit is contained in:
Paul Delafosse 2022-05-13 11:20:21 +02:00
parent 45d7eb0bfd
commit 8aa6d1a5b0

View file

@ -3,7 +3,11 @@ name = "freedesktop-icons"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
description = "A Freedesktop Icons lookup crate"
repository = "https://github.com/oknozor/freedestkop-icons"
readme = "README.md"
keywords = ["icons", "gui", "freedesktop"]
[dependencies]
dirs = "4.0.0"