[package] name = "minecrevy_std" description = "A library for standard/universal Minecraft server features." keywords = ["bevy", "minecraft", "server"] categories = ["game-development", "network-programming"] readme = "README.md" version = "0.1.0" license = { workspace = true } homepage = { workspace = true } repository = { workspace = true } edition = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # workspace minecrevy_io = { version = "0.1.0" } minecrevy_net = { version = "0.1.0" } minecrevy_protocol = { version = "0.1.0" } minecrevy_text = { version = "0.1.0" } # bevy bevy = { workspace = true } # serialization base64 = { workspace = true } # utilities image = { workspace = true } thiserror = { workspace = true }