diff --git a/nim/chat_types.nimble b/nim/chat_proto.nimble similarity index 89% rename from nim/chat_types.nimble rename to nim/chat_proto.nimble index caaac4d..60db5d6 100644 --- a/nim/chat_types.nimble +++ b/nim/chat_proto.nimble @@ -1,5 +1,5 @@ # Package - +packageName = "chat_proto" version = "0.1.0" author = "jazzz" description = "Type definitions for the chat protocol" diff --git a/nim/src/chat_types.nim b/nim/src/chat_proto.nim similarity index 100% rename from nim/src/chat_types.nim rename to nim/src/chat_proto.nim