leanshot/Cargo.toml

17 lines
343 B
TOML
Raw Normal View History

2018-05-13 21:42:19 +00:00
[package]
name = "screenshot"
version = "0.1.0"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[build-dependencies]
cmake = "0.1.31"
[dependencies]
clap = "2.31.2"
cairo-rs = { version = "0.4.1", features = ["png"] }
failure = "0.1.1"
gdk = "0.8.0"
gdk-pixbuf = "0.4.0"
gtk = { version = "0.4.1", features = ["v3_16"] }
2018-05-13 22:29:23 +00:00
time = "0.1.40"