aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-30 21:42:40 -0500
committermat <github@matdoes.dev>2022-08-30 21:42:40 -0500
commit0085f8a565563ecb6a9f4f87be8b336157aa1e55 (patch)
tree4007e0dc98a4c3ad71656724c0263dfeccc76035 /azalea-nbt
parenta6c5017e387954342a65358347cf89deead68944 (diff)
downloadazalea-drasl-0085f8a565563ecb6a9f4f87be8b336157aa1e55.tar.xz
make some stuff publishable on crates.io
Diffstat (limited to 'azalea-nbt')
-rwxr-xr-xazalea-nbt/Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index 4a03880c..2179c11d 100755
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -1,15 +1,17 @@
[package]
+description = "A fast NBT serializer and deserializer."
edition = "2021"
+license = "MIT"
name = "azalea-nbt"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-ahash = "0.8.0"
-azalea-buf = {path = "../azalea-buf"}
-byteorder = "1.4.3"
-flate2 = "1.0.23"
+ahash = "^0.8.0"
+azalea-buf = {path = "../azalea-buf", version = "^0.1.0"}
+byteorder = "^1.4.3"
+flate2 = "^1.0.23"
num-derive = "^0.3.3"
num-traits = "^0.2.14"