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"] }