leanshot/Cargo.toml
Michael Zhang 49adf62ee4
initial
2018-05-13 16:42:19 -05:00

16 lines
327 B
TOML

[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"] }