Skip to content

Commit

Permalink
chore: exclude irrelevant files from cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed May 8, 2024
1 parent afc413a commit aa5b548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "rustmatica"
version = "0.3.0"
version = "0.3.1"
authors = ["RubixDev"]
categories = ["encoding", "wasm"]
edition = "2021"
exclude = [".github", "dprint.json", "test_files"]
keywords = ["minecraft", "serde", "litematic", "litematica", "nbt"]
license = "GPL-3.0-only"
repository = "https://github.com/RubixDev/rustmatica"
Expand All @@ -25,7 +26,7 @@ docs = ["dep:document-features", "dep:rustc_version"]
document-features = { version = "0.2.8", optional = true }
fastnbt = "2.5.0"
flate2 = "1.0.30"
mcdata = { version = "0.2.0", features = ["serde"] }
mcdata = { version = "0.2.1", features = ["serde"] }
serde = { version = "1.0.201", features = ["derive"] }
thiserror = "1.0.60"

Expand Down

0 comments on commit aa5b548

Please sign in to comment.