diff --git a/Cargo.toml b/Cargo.toml index 2210491..e16c384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ version = "3.1.0" edition = "2021" license = "Apache-2.0" homepage = "https://ore.supply" +description = "Liquid digial gold everyone can mine" documentation = "https://docs.rs/ore-api/latest/ore_api/" repository = "https://github.com/regolith-labs/ore" readme = "./README.md" diff --git a/api/Cargo.toml b/api/Cargo.toml index d11cc5a..2faf7c7 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ore-api" -description = "API for interacting with the ORE program" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true diff --git a/program/Cargo.toml b/program/Cargo.toml index 9d020b0..bfabe8c 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ore-program" -description = "ORE is a proof-of-work token everyone can mine" +description.workspace = true version.workspace = true edition.workspace = true license.workspace = true