about summary refs log tree commit diff
path: root/Cargo.toml
blob: 3265b3b5c24e86b607c9e69aec19f096fac12d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "furtherance"
version = "1.0.9"
authors = ["Ricky Kresslein <rk@lakoliu.com>"]
edition = "2018"

[dependencies]
gettext-rs = { version = "0.7", features = ["gettext-system"] }
rusqlite = "0.26.3"
chrono = "0.4"
directories = "4.0"
once_cell = "1.9.0"
dbus = "0.9.5"
dbus-codegen = "0.10.0"
log = "0.4"

[dependencies.gtk]
package = "gtk4"
version = "0.4"

[dependencies.adw]
package = "libadwaita"
version = "0.1"