sharexin 0.5.7

ShareX for Unix-like systems
[package]
name = "sharexin"
version = "0.5.7"
authors = ["TheBitStick <thebitstick@tfwno.gf>"]
description = "ShareX for Unix-like systems"
homepage = "https://sharexin.github.io"
repository = "https://github.com/ShareXin/ShareXin"
license = "MIT"
include = ["src/lang/*", "Cargo.toml", "src/*"]

[[bin]]
name = "sharexin"
path = "src/main.rs"

[dependencies]
gtk = "^0"
glib = "^0"
gdk = "^0"
time = "^0"
open = "^1"
curl = "^0"
imgur = "^0"
notify-rust = "^3"
yaml-rust = "^0"

[features]
default = ["gtk/v3_10"]