forked from gabm/Satty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (21 loc) · 1014 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "satty"
version = "0.2.0"
edition = "2021"
authors = ["Matthias Gabriel <[email protected]>"]
description = "A screenshot annotation tool inspired by Swappy and Flameshot"
homepage ="https://github.com/gabm/satty"
repository ="https://github.com/gabm/satty"
license = "MPL-2.0"
[dependencies]
relm4 = { version = "0.6.2", features = ["macros", "libadwaita"] }
relm4-icons = { version = "0.6.0", features = ["number-circle-1-regular", "drop-regular", "arrow-redo-filled", "arrow-undo-filled", "save-regular", "copy-regular", "text-case-title-regular","text-font-regular","minus-large", "checkbox-unchecked-regular", "crop-filled", "arrow-up-right-filled", "rectangle-landscape-regular"] }
pangocairo = "0.17.10"
tokio = { version = "1.32.0", features = ["full"]}
gdk-pixbuf = "0.17.2"
# error handling
anyhow = "1.0"
# command line
clap = { version = "4.4.4", features = ["derive"] }
swayipc = { git = "https://github.com/JayceFayne/swayipc-rs.git", branch = "master" }
libwayshot = "0.2.0"