[package] name = "ldtk_deser_json" version = "0.1.2" edition = "2021" description = "Just a 1:1 translation of LDTK project to a rust struct. Only from JSON" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79"