diff --git a/fuel-core-interfaces/Cargo.toml b/fuel-core-interfaces/Cargo.toml index 5f305adacd1..f3e92b152a3 100644 --- a/fuel-core-interfaces/Cargo.toml +++ b/fuel-core-interfaces/Cargo.toml @@ -2,10 +2,13 @@ name = "fuel-core-interfaces" version = "0.3.0" authors = ["Fuel Labs "] +categories = ["cryptography::cryptocurrencies"] edition = "2021" +homepage = "https://fuel.network/" +keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"] +license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" description = "Fuel core interfaces" -license = "BUSL-1.1" [dependencies] anyhow = "1.0" diff --git a/fuel-txpool/Cargo.toml b/fuel-txpool/Cargo.toml index 8bc32dd8cb2..8cd71eb48ac 100644 --- a/fuel-txpool/Cargo.toml +++ b/fuel-txpool/Cargo.toml @@ -2,10 +2,13 @@ name = "fuel-txpool" version = "0.3.0" authors = ["Fuel Labs "] +categories = ["cryptography::cryptocurrencies"] edition = "2021" +homepage = "https://fuel.network/" +keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"] +license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" description = "Transaction pool" -license = "BUSL-1.1" [dependencies] anyhow = "1.0"