From 9a3a20ee83337f134d5209bfffb943ae1c5f1435 Mon Sep 17 00:00:00 2001 From: Mathieu Baudet <1105398+ma2bd@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:50:00 -0400 Subject: [PATCH] make linera-client/Cargo.toml ready for publishing --- linera-client/Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/linera-client/Cargo.toml b/linera-client/Cargo.toml index b6de3b46c10..d1019afc7ec 100644 --- a/linera-client/Cargo.toml +++ b/linera-client/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "linera-client" -version.workspace = true +description = "A library for writing Linera client applications." +readme = "README.md" +documentation = "https://docs.rs/linera-client/latest/linera_client/" + authors.workspace = true -repository.workspace = true +edition.workspace = true homepage.workspace = true license.workspace = true -edition.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +repository.workspace = true +version.workspace = true [features] default = ["fs", "storage-service"]