[package] name = "monc" version = "0.1.0" edition = "2021" authors = ["MingQiuYa@outlook.com"] description = "Read And Write Bedrock NBT" license = "Apache-2.0" repository = "https://github.com/MingQiuYa/monk" homepage = "https://github.com/MingQiuYa/monk" keywords = ["Minecraft", "Bedrock", "NBT"] categories = ["encoding"] [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3" monk-macro = { version = "0.1.0", path = "../monk-macro" } ritelinked = "0.3.2" thiserror = "1.0.41"