2025-03-24 16:48:20 +00:00
|
|
|
[package]
|
|
|
|
|
name = "table-view"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-14 18:46:53 +01:00
|
|
|
tracing = "0.1.44"
|
|
|
|
|
tracing-subscriber = "0.3.22"
|
2025-03-24 16:48:20 +00:00
|
|
|
tracing-log = "0.2.0"
|
|
|
|
|
chrono = "*"
|
|
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
2025-12-05 17:59:42 +01:00
|
|
|
features = ["debug", "wgpu", "winit", "desktop", "tokio"]
|
2025-03-24 16:48:20 +00:00
|
|
|
path = "../.."
|