mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-05 06:23:12 +00:00
change folder structure
This commit is contained in:
parent
b9a2fc8c6e
commit
1fb7f61407
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user