| 1 | [package] |
| 2 | name = "rblx-ffi" |
| 3 | version = "1.0.0" |
| 4 | edition = "2021" |
| 5 | [lib] |
| 6 | name = "rblx_core" |
| 7 | crate-type = ["cdylib"] |
| 8 | [dependencies] |
| 9 | rblx-core = { path = "../rblx-core" } |
| 10 | tokio = { version = "1", features = ["rt-multi-thread", "time"] } |
| 11 | serde = { version = "1", features = ["derive"] } |
| 12 | serde_json = "1" |