diff options
Diffstat (limited to 'systems/_framework/Cargo.toml')
| -rw-r--r-- | systems/_framework/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systems/_framework/Cargo.toml b/systems/_framework/Cargo.toml new file mode 100644 index 0000000..286aec8 --- /dev/null +++ b/systems/_framework/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "framework" +edition = "2024" +version.workspace = true + +[dependencies] +tokio = { version = "1.50", features = ["fs"] } +thiserror = "2" + +just_fmt = "0.1.2" |
