From 59d7dfc57fe61432b2e221388dd2082a008a816c Mon Sep 17 00:00:00 2001 From: Preston Evans Date: Thu, 14 Sep 2023 09:07:52 -0500 Subject: [PATCH] Add description to sov-chain-state --- module-system/module-implementations/sov-chain-state/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/module-system/module-implementations/sov-chain-state/Cargo.toml b/module-system/module-implementations/sov-chain-state/Cargo.toml index 8bcf088cb..53579ea82 100644 --- a/module-system/module-implementations/sov-chain-state/Cargo.toml +++ b/module-system/module-implementations/sov-chain-state/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "sov-chain-state" authors = { workspace = true } +description = "A Sovereign SDK module for storing a rollup's historical state" edition = { workspace = true } homepage = { workspace = true } license = { workspace = true }