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 6f93a8d..caaac4d 100644 --- a/nim/chat_types.nimble +++ b/nim/chat_proto.nimble @@ -5,7 +5,6 @@ author = "jazzz" description = "Type definitions for the chat protocol" license = "MIT" srcDir = "src" -bin = @["dev"] # Remove # Dependencies requires "nim >= 2.0.14" 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