This commit is contained in:
Filipriec
2026-04-21 14:32:34 +02:00
parent ad8f32911c
commit b752af8c7b
7 changed files with 936 additions and 0 deletions

7
protos/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "protos"
version = "0.1.0"
edition = "2024"
[dependencies]
micropb = { version = "0.6.0", default-features = false}