Seregon/StratoSDK

StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.

Rust/27.3 KB/No license
examples/control_gallery/Cargo.toml
1[package]
2name = "control_gallery"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-sdk = { path = "../.." }
8 
9tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
10anyhow = "1.0"
11