monorepo/fitnesstrax/app/Cargo.toml

27 lines
927 B
TOML
Raw Normal View History

[package]
name = "fitnesstrax"
2024-02-09 14:48:34 +00:00
version = "0.4.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_4" ] }
2023-12-22 20:16:03 +00:00
async-channel = { version = "2.1" }
async-trait = { version = "0.1" }
chrono = { version = "0.4" }
chrono-tz = { version = "0.8" }
2023-12-22 23:53:29 +00:00
dimensioned = { version = "0.8", features = [ "serde" ] }
emseries = { path = "../../emseries" }
2023-12-07 14:45:56 +00:00
ft-core = { path = "../core" }
gio = { version = "0.18" }
glib = { version = "0.18" }
gdk = { version = "0.7", package = "gdk4" }
gtk = { version = "0.7", package = "gtk4", features = [ "v4_10" ] }
thiserror = { version = "1.0" }
tokio = { version = "1.34", features = [ "full" ] }
[build-dependencies]
glib-build-tools = "0.18"