diff options
Diffstat (limited to 'systems/_framework/Cargo.toml')
| -rw-r--r-- | systems/_framework/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/_framework/Cargo.toml b/systems/_framework/Cargo.toml index 663b7be..25d5fee 100644 --- a/systems/_framework/Cargo.toml +++ b/systems/_framework/Cargo.toml @@ -4,6 +4,8 @@ edition = "2024" version.workspace = true [dependencies] +space_macro = { path = "space_macro" } + just_fmt.workspace = true thiserror.workspace = true tokio.workspace = true |
