2018-05-13 21:42:19 +00:00
|
|
|
[package]
|
2018-09-30 12:25:18 +00:00
|
|
|
name = "leanshot"
|
|
|
|
description = "Screenshot capture for Linux."
|
2020-06-16 02:25:28 +00:00
|
|
|
version = "0.4.0"
|
2020-12-24 00:30:32 +00:00
|
|
|
repository = "https://git.mzhang.io/michael/leanshot"
|
2018-09-30 12:40:02 +00:00
|
|
|
license-file = "LICENSE"
|
2020-06-26 18:51:31 +00:00
|
|
|
edition = "2018"
|
2020-12-24 00:30:32 +00:00
|
|
|
authors = ["Michael Zhang <mail@mzhang.io>"]
|
2018-09-11 01:31:25 +00:00
|
|
|
|
2018-05-13 21:42:19 +00:00
|
|
|
[dependencies]
|
2020-12-24 00:30:32 +00:00
|
|
|
anyhow = "1.0.36"
|
|
|
|
image = "0.23.12"
|
2020-12-24 04:46:13 +00:00
|
|
|
log = "0.4.11"
|
|
|
|
stderrlog = "0.5.0"
|
2020-12-24 00:30:32 +00:00
|
|
|
xcb-util = { version = "0.3.0", features = ["image", "cursor"] }
|
2020-12-24 04:46:13 +00:00
|
|
|
xcb = "0.9.0"
|
2020-12-24 04:42:45 +00:00
|
|
|
structopt = "0.3.21"
|