change folder structure

This commit is contained in:
Jazz Turner-Baggs 2025-07-03 09:05:15 -07:00
parent b9a2fc8c6e
commit 1fb7f61407
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import protobuf_serialization
import protobuf_serialization/proto_parser
import_proto3 "../proto/base.proto"
import_proto3 "./proto/base.proto"
export protobuf_serialization

View File

@ -4,9 +4,10 @@ version = "0.1.0"
author = "jazzz"
description = "Type definitions for the chat protocol"
license = "MIT"
srcDir = "src"
bin = @["chat_proto"]
# Dependencies
requires "nim >= 2.0.14"
requires "chronicles"
requires "protobuf_serialization"
requires "protobuf"