-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
23 lines (21 loc) · 820 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
[package]
name = "inkscape-figures-manager"
version = "0.2.0"
edition = "2021"
authors = ["Cristian Perez Jensen <[email protected]>"]
license = "MIT"
description = "A tool to manage figures in Inkscape, and create technical figures fast with shortcuts."
homepage = "https://github.com/cristianpjensen/inkscape-figures-manager-rs"
repository = "https://github.com/cristianpjensen/inkscape-figures-manager-rs"
keywords = ["inkscape", "figures", "cli"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
cocoa = "0.25.0"
colored = "2.1.0"
glob = "0.3.1"
notify = "6.1.1"
objc = "0.2.7"
rdev = { version = "0.5.3", features = ["unstable_grab"] }
tfc = "0.7.0"