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