- Rust 1.75+ (install via rustup)
- A modern web browser
Add rusty as a dependency in your crate's Cargo.toml:
[dependencies]
rusty = { path = "../rusty" }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"cargo new my-app
cd my-appThen add the dependencies above and you're ready to build your first view.