chat_proto/nim/chat_proto.nimble
2025-07-02 16:19:02 -07:00

13 lines
257 B
Nim

# Package
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"