about summary refs log tree commit diff
path: root/Cargo.toml
blob: 2d7b6ea44453a71b63ee56144f09b43250eb5aad (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
[package]
name = "furtherance"
version = "1.0.8"
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"

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

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