Skip to content

Commit 32eff51

Browse files
committed
docs(cargo): add readme and documentation fields for crates.io
1 parent 52be5d4 commit 32eff51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ license = "MIT"
77
repository = "https://github.com/oxidized-mc/codec"
88
homepage = "https://github.com/oxidized-mc/codec"
99
rust-version = "1.85"
10+
readme = "README.md"
11+
documentation = "https://docs.rs/oxidized-codec"
1012
description = "Minecraft protocol codec — VarInt/VarLong encoding, Packet trait, wire-format type readers/writers, frame encoding"
1113
keywords = ["minecraft", "oxidized-mc"]
1214
categories = ["game-development"]

0 commit comments

Comments
 (0)