mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
* removed codecs in favor of the `Encode` and `Decode` traits and their derivatives * placed more exports in the `pumpkin-codecs` lib * split primitives into their own folder and added some tests * added `Either` support and added a simple test for it * fixed linting for tests
15 lines
258 B
TOML
15 lines
258 B
TOML
[package]
|
|
name = "pumpkin-codecs"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
either.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|