Add Protobuf with Testing + Codegen #7

Merged
colonelpanic merged 12 commits from mk/add-protobuf into master 2024-05-22 11:27:55 -06:00
6 changed files with 1 additions and 1 deletions
Showing only changes of commit 324ec1e8fd - Show all commits

View File

@ -4,7 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Mike Kalange <countablecloud@gmail.com>"]
readme = "README.md"
packages = [{include = "protobuf"}]
packages = [{include = "rbproto"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"