forked from StrafesNET/asset-tool
18 lines
468 B
TOML
18 lines
468 B
TOML
[package]
|
|
name = "rox_compiler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = ["strafesnet"]
|
|
repository = "https://git.itzana.me/StrafesNET/asset-tool"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Read/write a folder structure from Roblox place/model files."
|
|
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.30"
|
|
lazy-regex = "3.1.0"
|
|
rayon = "1.8.0"
|
|
rbx_dom_weak = "2.7.0"
|
|
rbx_xml = "0.13.3"
|
|
tokio = { version = "1.35.1", features = ["fs"] }
|