Files
bot-cruncher/Cargo.toml
2025-12-14 19:03:42 -08:00

12 lines
336 B
TOML

[package]
name = "bot-cruncher"
version = "0.1.0"
edition = "2024"
[dependencies]
binrw = "0.15.0"
futures = "0.3.31"
strafesnet_roblox_bot_file = { version = "0.7.1-pre1", registry = "strafesnet" }
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "fs"] }
tokio-stream = { version = "0.1.17", features = ["fs"] }