forked from StrafesNET/map-tool
12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "map-tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rbx_binary = "0.7.1"
|
|
rbx_dom_weak = "2.5.0"
|
|
rbx_reflection_database = "0.2.7"
|