18 lines
388 B
TOML
18 lines
388 B
TOML
[package]
|
|
name = "workspace"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
assets = { path = "../assets" }
|
|
signed_core = { path = "../signed_core" }
|
|
signed_git = { path = "../signed_git" }
|
|
signed_state = { path = "../signed_state" }
|
|
utils = { path = "../utils" }
|
|
|
|
gpui.workspace = true
|
|
gpui-component.workspace = true
|
|
|
|
anyhow.workspace = true
|