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/custom_init/Cargo.toml
StratoSDK / examples / custom_init / Cargo.toml
1[package]
2name = "custom_init"
3version = "0.1.0"
4edition = "2021"
5 
6[dependencies]
7strato-sdk = { path = "../../" }
8strato-core = { path = "../../crates/strato-core" }
9 
10[[bin]]
11name = "custom_init"
12path = "src/main.rs"