From 3b8c2b7ba82c11fc64279a074b3684d1340120e4 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Sat, 9 Mar 2024 16:22:50 +0300 Subject: [PATCH] fill out package details --- modules/client/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/client/Cargo.toml b/modules/client/Cargo.toml index 41d02c6a1..bdf20cc24 100644 --- a/modules/client/Cargo.toml +++ b/modules/client/Cargo.toml @@ -2,6 +2,9 @@ name = "hyperclient" version = "0.1.0" edition = "2021" +description = "The hyperclient is a library for managing (in-flight) ISMP requests" +repository = "https://github.com/polytope-labs/hyperbridge" +license = "Apache-2.0" [lib] crate-type = ["cdylib", "rlib"]