[package]
name = "tf-desktop"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tf-db = { path = "../tf-db" }
tf-player = { path = "../tf-player" }
druid = {git = "https://github.com/linebender/druid", features = ["im"] }
anyhow = "1.0.57"
parking_lot = "0.12.1"
url = "2.2.2"
uuid = { version = "1.1.1", features = ["v4"] }
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
directories = "4.0.1"
souvlaki = "0.5.1"