can properly iterate over fnames
This commit is contained in:
commit
b7803bd453
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/target
|
||||||
|
/Cargo.lock
|
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
[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"
|
||||||
|
|
||||||
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
serde_json = "1.0"
|
1358
src/lib.rs
Normal file
1358
src/lib.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue