We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52be5d4 commit 32eff51Copy full SHA for 32eff51
1 file changed
Cargo.toml
@@ -7,6 +7,8 @@ license = "MIT"
7
repository = "https://github.com/oxidized-mc/codec"
8
homepage = "https://github.com/oxidized-mc/codec"
9
rust-version = "1.85"
10
+readme = "README.md"
11
+documentation = "https://docs.rs/oxidized-codec"
12
description = "Minecraft protocol codec — VarInt/VarLong encoding, Packet trait, wire-format type readers/writers, frame encoding"
13
keywords = ["minecraft", "oxidized-mc"]
14
categories = ["game-development"]
0 commit comments