Skip to content

Commit 76456d5

Browse files
prepare for publishing to crates
1 parent 3952c18 commit 76456d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
name = "tiny-dfr"
33
version = "0.1.1"
44
edition = "2021"
5+
license = "MIT AND Apache-2.0"
6+
description = "The most basic dynamic function row daemon possible"
7+
homepage = "https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
8+
repository = "https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
59

610
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
711

812
[dependencies]
913
cairo-rs = { version = "0.17", default-features = false }
10-
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", rev = "b831e077174ae608d8cd09e532fc0e7ce1fe5c4f" }
14+
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", rev = "b831e077174ae608d8cd09e532fc0e7ce1fe5c4f", version = "2.56.0" }
1115
drm = "0.9"
1216
anyhow = "1"
1317
input = "0.8"

0 commit comments

Comments
 (0)