StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.
| 1 | [package] |
| 2 | name = "modern_dashboard" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | |
| 6 | [dependencies] |
| 7 | strato-core = { path = "../../crates/strato-core" } |
| 8 | strato-platform = { path = "../../crates/strato-platform" } |
| 9 | strato-widgets = { path = "../../crates/strato-widgets" } |
| 10 | strato-macros = { path = "../../crates/strato-macros" } |
| 11 |