nitai/projects
rblxtool / src / crates / rblx-ffi / Cargo.toml
12 lines · 297 B Raw
1[package]
2name = "rblx-ffi"
3version = "1.0.0"
4edition = "2021"
5[lib]
6name = "rblx_core"
7crate-type = ["cdylib"]
8[dependencies]
9rblx-core = { path = "../rblx-core" }
10tokio = { version = "1", features = ["rt-multi-thread", "time"] }
11serde = { version = "1", features = ["derive"] }
12serde_json = "1"