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