From d95f1cad8f33c6569acd623e2006c5ddfbf184c4 Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Fri, 4 Oct 2024 11:27:34 -0400 Subject: [PATCH] add missing cargo manifest fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b7dd489..c7aff72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "coinbase-mesh" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +description = "Models and APIs generated against the Coinbase Mesh specification" [dependencies] reqwest = { version = "^0.12", features = ["json", "multipart"] }