Files
World/Cargo.toml

14 lines
246 B
TOML

[package]
name = "worldgen"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.6"
rand = "0.9.2"
rand_chacha = "0.9.0"
nbt = { git = "https://github.com/Cactus-minecraft-server/nbt.git" }
[lib]
name = "worldgen"
path = "src/lib.rs"