leanshot/Cargo.toml
Michael Zhang ea2d41ad1b
0.3.0 wip
2018-09-10 01:52:54 -05:00

15 lines
293 B
TOML

[package]
name = "screenshot"
description = "Screenshot capture utility."
version = "0.3.0"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[lib]
crate-type = ["dylib", "rlib"]
[dependencies]
failure = "0.1"
structopt = "0.2"
time = "0.1"
x11 = { version = "2.18", features = ["xlib"] }