really basic implementation of rpl types

This commit is contained in:
Schrottkatze 2023-12-14 08:42:49 +01:00
commit f046393af8
6 changed files with 201 additions and 10 deletions

View file

@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.193", features = [ "derive" ] }
ron = "0.8"