Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m50s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m48s
19 lines
363 B
TOML
19 lines
363 B
TOML
[package]
|
|
name = "dock"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
theme = { path = "../theme" }
|
|
ui = { path = "../ui" }
|
|
|
|
gpui.workspace = true
|
|
smallvec.workspace = true
|
|
anyhow.workspace = true
|
|
log.workspace = true
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
linicon = "2.3.0"
|