Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m52s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
Reviewed-on: #13
25 lines
510 B
TOML
25 lines
510 B
TOML
[package]
|
|
name = "device"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
state = { path = "../state" }
|
|
person = { path = "../person" }
|
|
ui = { path = "../ui" }
|
|
theme = { path = "../theme" }
|
|
|
|
gpui.workspace = true
|
|
nostr-sdk.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
flume.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|