simular 0.3.1

Unified Simulation Engine for the Sovereign AI Stack
Documentation
1
2
3
4
5
6
7
8
# Rust Toolchain Configuration
# Ensures reproducible builds across all environments

[toolchain]
channel = "1.91.0"
components = ["rustfmt", "clippy", "rust-analyzer"]
targets = ["wasm32-unknown-unknown"]
profile = "default"