monorepo/fitnesstrax/app/Cargo.toml

21 lines
657 B
TOML
Raw Normal View History

[package]
name = "fitnesstrax"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.5", package = "libadwaita", features = [ "v1_2" ] }
2023-12-22 20:16:03 +00:00
async-channel = { version = "2.1" }
emseries = { path = "../../emseries" }
2023-12-07 14:45:56 +00:00
ft-core = { path = "../core" }
gio = { version = "0.18" }
glib = { version = "0.18" }
gtk = { version = "0.7", package = "gtk4", features = [ "v4_10" ] }
tokio = { version = "1.34", features = [ "full" ] }
[build-dependencies]
glib-build-tools = "0.18"