Quaternions
a693da9cb2
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
718 B
TOML
29 lines
718 B
TOML
workspace = { members = ["rbx_asset", "rox_compiler"] }
|
|
[package]
|
|
name = "asset-tool"
|
|
version = "0.4.7"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
clap = { version = "4.4.2", features = ["derive"] }
|
|
futures = "0.3.30"
|
|
git2 = "0.18.1"
|
|
lazy-regex = "3.1.0"
|
|
pollster = "0.3.0"
|
|
rbx_asset = { path = "rbx_asset" }
|
|
rbx_binary = "0.7.4"
|
|
rbx_dom_weak = "2.7.0"
|
|
rbx_reflection_database = "0.2.10"
|
|
rbx_xml = "0.13.3"
|
|
rox_compiler = { path = "rox_compiler" }
|
|
serde_json = "1.0.111"
|
|
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "fs"] }
|
|
|
|
[profile.release]
|
|
#lto = true
|
|
strip = true
|
|
codegen-units = 1
|