Skip to content

Commit

Permalink
chore(piston): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LIMPIX31 committed May 23, 2024
1 parent 234f7f8 commit f0f1e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/*"]
[workspace.package]
edition = "2021"
authors = ["Danil Karpenko <[email protected]>"]
license = "MIT"
license = "MIT OR Apache-2.0"
repository = "https://github.com/coppebars/spuz.git"
readme = "readme.md"

Expand Down
4 changes: 3 additions & 1 deletion crates/spuz_piston/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f0f1e7e

Please sign in to comment.