ron codec

This commit is contained in:
2025-01-13 23:44:40 +01:00
parent 5f17e49535
commit c523ad68e4
21 changed files with 416 additions and 89 deletions

View File

@@ -5,8 +5,6 @@ authors.workspace = true
edition.workspace = true
publish = false
[dependencies.camino]
version = "1"
[dependencies.derive_more]
version = "1"
@@ -25,3 +23,7 @@ features = ["fs"]
[dev-dependencies.tokio]
version = "1"
features = ["rt-multi-thread", "macros"]
[dev-dependencies.type-toppings]
version = "0.2.1"
features = ["result"]