Files

9 lines
210 B
TOML
Raw Permalink Normal View History

2024-08-09 00:05:47 -06:00
[package]
name = "rust-window-thing"
version = "0.1.0"
edition = "2021"
[dependencies]
piston_window = "0.132.0"
2024-08-09 22:16:58 -06:00
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
find_folder = "*"