Files
rust-swerve-sim/Cargo.toml
T
2024-08-09 22:16:58 -06:00

9 lines
210 B
TOML

[package]
name = "rust-window-thing"
version = "0.1.0"
edition = "2021"
[dependencies]
piston_window = "0.132.0"
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
find_folder = "*"