From d481386fafd32c70ddb8a19c528c02a561caacc1 Mon Sep 17 00:00:00 2001 From: Preston Evans Date: Thu, 14 Sep 2023 09:09:29 -0500 Subject: [PATCH] Add description to risc0 adapter --- adapters/risc0/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/adapters/risc0/Cargo.toml b/adapters/risc0/Cargo.toml index 235ddc269..d5ab1e57c 100644 --- a/adapters/risc0/Cargo.toml +++ b/adapters/risc0/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "sov-risc0-adapter" authors = { workspace = true } +description = "An adapter allowing Risc0 to be used with the Sovereign SDK" edition = { workspace = true } homepage = { workspace = true } license = { workspace = true }