From ff6d57d96c662ddfb42b18373f177ad71a0fc338 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 2 May 2024 14:21:54 +0200 Subject: [PATCH] feat: make cargo workspace publishable --- packages/utils/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index 2af39c6..5816536 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -2,6 +2,9 @@ name = "nodarium_utils" version = "0.1.0" edition = "2021" +description = "A collection of utilities for Nodarium" +license = "MIT" +repository = "https://github.com/jim-fx/nodes" [features] default = ["console_error_panic_hook"]