From e8e33b98784481fe803f7b199e4709d7be8292b4 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 10 Mar 2024 16:20:45 +0800 Subject: [PATCH] change path --- shen-nbt5/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]