leanshot/Cargo.toml

15 lines
293 B
TOML
Raw Normal View History

2018-05-13 21:42:19 +00:00
[package]
name = "screenshot"
2018-09-10 06:52:54 +00:00
description = "Screenshot capture utility."
version = "0.3.0"
2018-05-13 21:42:19 +00:00
authors = ["Michael Zhang <failed.down@gmail.com>"]
2018-09-10 04:24:43 +00:00
2018-09-10 06:52:54 +00:00
[lib]
crate-type = ["dylib", "rlib"]
2018-05-13 21:42:19 +00:00
[dependencies]
2018-09-10 06:52:54 +00:00
failure = "0.1"
structopt = "0.2"
time = "0.1"
x11 = { version = "2.18", features = ["xlib"] }