diff --git a/crates/fuel-gas-price-algorithm/Cargo.toml b/crates/fuel-gas-price-algorithm/Cargo.toml index 2035e47f63..edeb811db6 100644 --- a/crates/fuel-gas-price-algorithm/Cargo.toml +++ b/crates/fuel-gas-price-algorithm/Cargo.toml @@ -4,10 +4,11 @@ authors = { workspace = true } categories = { workspace = true } edition = { workspace = true } homepage = { workspace = true } -keywords = { workspace = true } +keywords = ["blockchain", "fuel", "fuel-vm", "gas-price"] license = { workspace = true } repository = { workspace = true } version = { workspace = true } +description = "Fuel gas price algorithm" [lib] name = "fuel_gas_price_algorithm"