17 lines
521 B
TOML
17 lines
521 B
TOML
[package]
|
|
name = "rsproject"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gtk = { version = "0.6.6", package = "gtk4", features = ["v4_8"] }
|
|
adw = { version = "0.4.3", package = "libadwaita", features = ["v1_4"]}
|
|
relm4 = { version = "0.6.2", features = ["libadwaita"]}
|
|
relm4-icons = { version = "0.6.0", features = ["add-filled"] }
|
|
chrono = "0.4.34"
|
|
tracker = "0.2.1"
|
|
|
|
[build-dependencies]
|
|
glib-build-tools = "0.17.0" |