[package] name = "rblx-cli" version = "1.0.0" edition = "2021" [[bin]] name = "rblxtool" path = "src/main.rs" [dependencies] rblx-core = { path = "../rblx-core" } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "signal", "io-std", "io-util"] } bytes = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" mimalloc = "0.1"