mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-03 13:33:12 +00:00
updated nim types
This commit is contained in:
parent
fa7a03dbe5
commit
7b6c81f1bf
@ -1,10 +1,19 @@
|
||||
import protobuf_serialization
|
||||
import protobuf_serialization/proto_parser
|
||||
|
||||
import_proto3 "./proto/base.proto"
|
||||
import_proto3 "../proto/umbra/encryption.proto"
|
||||
import_proto3 "../proto/umbra/envelope.proto"
|
||||
import_proto3 "../proto/umbra/inbox.proto"
|
||||
import_proto3 "../proto/umbra/reliability.proto"
|
||||
|
||||
export protobuf_serialization
|
||||
|
||||
# TODO: Do the Objects have to be listed manually?
|
||||
export EncryptedPayload
|
||||
export HistoryEntry
|
||||
export InboxV1Frame
|
||||
export ReliablePayload
|
||||
export UmbraEnvelopeV1
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4,10 +4,11 @@ version = "0.1.0"
|
||||
author = "jazzz"
|
||||
description = "Type definitions for the chat protocol"
|
||||
license = "MIT"
|
||||
bin = @["chat_proto"]
|
||||
# bin = @["chat_proto"]
|
||||
# installDirs = @["../proto"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
requires "nim >= 2.0.14"
|
||||
requires "chronicles"
|
||||
requires "protobuf_serialization"
|
||||
requires "protobuf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user