diff --git a/Cargo.toml b/Cargo.toml index 662011f..1c27044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "dda-voxelize" version = "0.1.0" edition = "2021" -description = "Voxelization in Rust with the DDA Algorithm" -authors = ["nokonoko1203 ", "MIERUNE Inc. "] +description = "3D mesh voxelization with the DDA algorithm" +authors = ["nokonoko1203 ", "Taku Fukada ", "MIERUNE Inc. "] license = "MIT" repository = "https://github.com/MIERUNE/dda-voxelize-rs" categories = ["algorithms", "graphics", "mathematics", "science::geo"]