forked from SeaDve/Delineate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
27 lines (25 loc) · 821 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
26
27
[package]
name = "delineate"
version = "0.1.0"
authors = ["Dave Patrick Caberto"]
edition = "2021"
[profile.release]
lto = true
[dependencies]
adw = { package = "libadwaita", version = "0.6", features = ["v1_5"] }
anyhow = "1.0.75"
async-lock = "3.2"
futures-util = { version = "0.3.29", features = ["io"] }
futures-channel = "0.3.29"
fuzzy-matcher = "0.3.7"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.8", package = "gtk4", features = ["gnome_45"] }
gtk_source = { package = "sourceview5", version = "0.8", features = ["v5_10"] }
indexmap = "2.1"
once_cell = "1.19.0"
regex = "1.10.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.112"
tracing = "0.1.37"
tracing-subscriber = "0.3"
webkit = { package = "webkit6", version = "0.3.0", features = ["v2_42"] }