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 }