chat_proto/nim/chat_proto.nimble

13 lines
285 B
Plaintext
Raw Normal View History

2025-06-30 17:52:54 -07:00
# Package
2025-07-02 16:22:12 -07:00
packageName = "chat_proto"
2025-06-30 17:52:54 -07:00
version = "0.1.0"
author = "jazzz"
description = "Type definitions for the chat protocol"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 2.0.14"
requires "chronicles"
requires "protobuf_serialization"