feat: WIP
All checks were successful
Build and deploy / build (push) Successful in 9m45s
Build and deploy / Deploy container (push) Has been skipped

This commit is contained in:
2025-09-13 04:16:38 +02:00
parent 580a5187bd
commit d9d3241c91
12 changed files with 565 additions and 2 deletions

8
serde_luacats/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "serde_luacats"
version = "0.1.0"
edition = "2024"
[dependencies]
insta = "1.43.2"
serde = { workspace = true }