initial commit

This commit is contained in:
2025-10-24 13:53:37 -07:00
commit eec6d9f24c
5 changed files with 236 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "rply-codec"
version = "0.1.0"
edition = "2024"
[dependencies]
rmp = "0.8.14"
thiserror = "2.0.17"