StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.
| 1 | [package] |
| 2 | name = "macro_showcase" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | |
| 6 | [dependencies] |
| 7 | strato-core = { workspace = true } |
| 8 | strato-widgets = { workspace = true } |
| 9 | strato-platform = { workspace = true } |
| 10 | strato-macros = { workspace = true } |
| 11 | tracing-subscriber = { workspace = true } |
| 12 | anyhow = "1.0" |
| 13 | tokio = { workspace = true } |
| 14 |