phosphor-app 0.3.21

Shared business logic for Phosphor DAW frontends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "phosphor-app"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared business logic for Phosphor DAW frontends"
readme = "../../README.md"

[dependencies]
phosphor-core.workspace = true
phosphor-dsp.workspace = true
phosphor-plugin.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
thiserror.workspace = true
tracing.workspace = true