blob: 25d5fee7688ce5d8a02bd93fd607d97d3b141fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "framework"
edition = "2024"
version.workspace = true
[dependencies]
space_macro = { path = "space_macro" }
just_fmt.workspace = true
thiserror.workspace = true
tokio.workspace = true
|