refac: workspace

This commit is contained in:
2026-09-07 00:24:19 +01:00
parent c82b470b9e
commit bc5a26b728
11 changed files with 444 additions and 72 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "barbar-core"
version.workspace = true
edition.workspace = true
[[bin]]
name = "barbar-core"
[dependencies]
iced = { workspace = true }
iced_layershell = { workspace = true }
tokio = { workspace = true }
chrono = { workspace = true }