forked from michael/leanshot
17 lines
420 B
TOML
17 lines
420 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.37"
|
|
image = "0.23.12"
|
|
log = "0.4.11"
|
|
stderrlog = "0.5.0"
|
|
xcb-util = { version = "0.3.0", features = ["image", "cursor"] }
|
|
xcb = "0.9.0"
|
|
structopt = "0.3.21"
|