chore: add cargo metadata
This commit is contained in:
parent
45d7eb0bfd
commit
8aa6d1a5b0
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,11 @@ name = "freedesktop-icons"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue