blob: bed182e42815d6326184ea15f53077323c6f1e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "protocol"
edition = "2024"
version.workspace = true
[dependencies]
constants = { path = "../systems/_constants" }
framework = { path = "../systems/_framework" }
sheet_system = { path = "../systems/sheet" }
vault_system = { path = "../systems/vault" }
workspace_system = { path = "../systems/workspace" }
serde.workspace = true
thiserror.workspace = true
tokio.workspace = true
dirs = "6.0.0"
|