unreal-sdk/Cargo.toml
Janis 724939e5da extracted fname and tarray from raw types into own modules
- tarray and fname are pretty independent from the rest of the type system
2023-04-20 02:36:46 +02:00

20 lines
416 B
TOML

[package]
name = "unreal-sdk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.0"
thiserror = "1.0.0"
itertools = "0.10.0"
rayon = "1.0.0"
bitflags = "1.0.0"
anyhow = "1.0"
widestring = "1.0"
lazy_static = "1.4.0"
once_cell = "1.17.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"