summaryrefslogtreecommitdiff
path: root/systems/_framework/Cargo.toml
blob: 286aec8481ad2f70013e7d3eb7f44620e9d0d26e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "framework"
edition = "2024"
version.workspace = true

[dependencies]
tokio = { version = "1.50", features = ["fs"] }
thiserror = "2"

just_fmt = "0.1.2"