refac: workspace
This commit is contained in:
+11
-4
@@ -1,10 +1,17 @@
|
||||
[package]
|
||||
name = "barbar"
|
||||
[workspace]
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool", "advanced", "tokio"] }
|
||||
iced_layershell = { version = "0.19", default-features = false }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
chrono = "0.4"
|
||||
chrono = "0.4"
|
||||
|
||||
# Optimize all dependencies even in dev builds; workspace members keep dev
|
||||
# defaults (opt-level 0) and release settings under --release.
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user