From f0f1e7eae5cb73a0f918c2b33071afad70dfe535 Mon Sep 17 00:00:00 2001 From: Danil Karpenko Date: Thu, 23 May 2024 17:17:16 +0200 Subject: [PATCH] chore(piston): release `0.1.0` --- Cargo.toml | 2 +- crates/spuz_piston/Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f15e37..99c733d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/*"] [workspace.package] edition = "2021" authors = ["Danil Karpenko "] -license = "MIT" +license = "MIT OR Apache-2.0" repository = "https://github.com/coppebars/spuz.git" readme = "readme.md" diff --git a/crates/spuz_piston/Cargo.toml b/crates/spuz_piston/Cargo.toml index 55aecb2..848a5f8 100644 --- a/crates/spuz_piston/Cargo.toml +++ b/crates/spuz_piston/Cargo.toml @@ -5,8 +5,10 @@ edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true -description = "1" +description = "Minecraft json documents described in Rust" readme = "readme.md" +keywords = ["minecraft", "launcher", "piston-meta"] +categories = ["parsing"] [dependencies] serde = { version = "1", features = ["derive"] }