Initial Commit

This commit is contained in:
amizing25
2025-12-30 08:05:15 +07:00
commit a6cb0a3502
9 changed files with 358 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "protoc-gen-jsonregistry"
version = "0.1.0"
edition = "2024"
[dependencies]
protobuf = "3.7.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"