[package] name = "epic-mickey-lib-rs" description = "Library for modding files for Epic Mickey (2)" version = "0.1.3" edition = "2021" license = "MIT OR Apache-2.0" # would be better to just have MIT here # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.116" flate2 = "1.0.28"