You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
354 B
19 lines
354 B
[package] |
|
authors = ["Daniel Garcia <danigm@wadobo.com>"] |
|
name = "guillotine" |
|
version = "0.1.0" |
|
[dependencies] |
|
gdk-pixbuf = "0.1.3" |
|
gio = "0.1.3" |
|
regex = "0.2.2" |
|
reqwest = "0.7.2" |
|
secret-service = "0.4.0" |
|
serde = "1.0.11" |
|
serde_derive = "1.0.11" |
|
serde_json = "1.0.2" |
|
url = "1.5.1" |
|
xdg = "2.1.0" |
|
|
|
[dependencies.gtk] |
|
features = ["v3_12"] |
|
version = "0.1.3"
|
|
|