leanshot/Cargo.toml
2020-12-23 18:30:32 -06:00

18 lines
428 B
TOML

[package]
name = "leanshot"
description = "Screenshot capture for Linux."
version = "0.4.0"
repository = "https://git.mzhang.io/michael/leanshot"
license-file = "LICENSE"
edition = "2018"
authors = ["Michael Zhang <mail@mzhang.io>"]
[dependencies]
anyhow = "1.0.36"
image = "0.23.12"
log = "0.4.8"
stderrlog = "0.4.3"
structopt = "0.2"
xcb-util = { version = "0.3.0", features = ["image", "cursor"] }
xcb = { version = "0.9" }