From 6fb75ac5e91bce4450dfdd863fe0eaaacf4d99c3 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:19:02 -0700 Subject: [PATCH] Standardize package name --- nim/{chat_types.nimble => chat_proto.nimble} | 1 - nim/src/{chat_types.nim => chat_proto.nim} | 0 2 files changed, 1 deletion(-) rename nim/{chat_types.nimble => chat_proto.nimble} (89%) rename nim/src/{chat_types.nim => chat_proto.nim} (100%) 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