27 lines
782 B
TOML
27 lines
782 B
TOML
[package]
|
|
name = "fitnesstrax"
|
|
version = "0.6.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
adw = { workspace = true }
|
|
async-channel = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
chrono = { workspace = true }
|
|
chrono-tz = { workspace = true }
|
|
dimensioned = { workspace = true }
|
|
emseries = { path = "../../emseries" }
|
|
ft-core = { path = "../core" }
|
|
gio = { workspace = true }
|
|
glib = { workspace = true }
|
|
gdk = { workspace = true }
|
|
gtk = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
glib-build-tools = "0.18"
|
|
|