diff --git a/shen-nbt5/Cargo.toml b/shen-nbt5/Cargo.toml index 65ea49c..fded439 100644 --- a/shen-nbt5/Cargo.toml +++ b/shen-nbt5/Cargo.toml @@ -6,7 +6,7 @@ description = "Just A FASSST NBT parser/writer" homepage = "https://github.com/shenjackyuanjie/nbt-rust" repository = "https://github.com/shenjackyuanjie/nbt-rust" read = "README.md" -license-file = "LICENSE" +license-file = "../LICENSE" keywords = ["nbt", "minecraft", "parser", "writer", "fast"] categories = ["game", "parsing", "serialization"] authors = ["shenjackyuanjie <3695888@qq.com>", "InfyniteHeap"]