Files
Xenia-Canary/xenia-rs/crates/xenia-vfs/Cargo.toml
2026-04-12 18:25:46 +02:00

13 lines
282 B
TOML

[package]
name = "xenia-vfs"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
xenia-types = { workspace = true }
tracing = { workspace = true }
byteorder = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }