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
crates/strato-macros/Cargo.toml
StratoSDK / crates / strato-macros / Cargo.toml
1[package]
2name = "strato-macros"
3version.workspace = true
4edition.workspace = true
5authors.workspace = true
6license.workspace = true
7repository.workspace = true
8documentation.workspace = true
9description = "Procedural macros for StratoSDK framework"
10 
11[lib]
12proc-macro = true
13 
14[dependencies]
15syn = { workspace = true }
16quote = { workspace = true }
17proc-macro2 = { workspace = true }
18