From 38fc17f747d71c97532a0769b8093634ad69c122 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Thu, 2 May 2024 14:19:48 +0200 Subject: [PATCH] feat: make cargo workspace publishable --- packages/types/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/types/Cargo.toml b/packages/types/Cargo.toml index c818a71..518d8d0 100644 --- a/packages/types/Cargo.toml +++ b/packages/types/Cargo.toml @@ -2,6 +2,10 @@ name = "nodarium_types" version = "0.1.0" edition = "2021" +license = "MIT" +description = "Types for Nodarium" +website = "https://nodes.max-richter.dev" +repository = "https://github.com/jim-fx/nodes" [dependencies] serde = { version = "1.0", features = ["derive"] }