11 lines
314 B
TOML
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.8.1", registry = "strafesnet" }
|
|
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "fs"] }
|
|
tokio-stream = { version = "0.1.17", features = ["fs"] }
|