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/comprehensive_test/Cargo.toml
1[package]
2name = "comprehensive_test"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-core = { path = "../../crates/strato-core" }
8strato-platform = { path = "../../crates/strato-platform" }
9strato-widgets = { path = "../../crates/strato-widgets" }
10strato-renderer = { path = "../../crates/strato-renderer" }
11tracing = "0.1"
12tracing-subscriber = "0.3"
13tracing-appender = "0.2"
14anyhow = "1.0"
15