workspacify

This commit is contained in:
2025-11-03 09:09:03 -08:00
parent 4e77d2c988
commit 205c8c3425
16 changed files with 507 additions and 20 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "rply-codec"
version = "0.1.0"
edition = "2024"
[dependencies]
bytemuck = { version = "1.24.0", features = ["const_zeroed"] }
byteorder = "1.5.0"
flate2 = { version = "1.1.5", features = ["zlib-rs"] }
nohash-hasher = "0.2.0"
rmp = "0.8.14"
smallvec = "1.15.1"
thiserror = "2.0.17"
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }
zstd = "0.13.3"