jabyengine/src/Tools/tool_helper/Cargo.toml

12 lines
265 B
TOML

[package]
name = "tool_helper"
version = "0.7.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "*"
cdtypes = {path = "../cdtypes"}
lz4 = "*"
paste = "*"