Files
bot-cruncher/Cargo.toml
2026-03-18 08:09:51 -07:00

11 lines
314 B
TOML

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