leanshot/Cargo.toml
2018-09-10 20:31:25 -05:00

19 lines
320 B
TOML

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