diff --git a/Cargo.toml b/Cargo.toml index eaf41a2d..f51ef75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" edition = "2021" rust-version = "1.56" repository = "https://github.com/grafana/grafana-plugin-sdk-rust" +description = "SDK for building Grafana backend plugins." [dependencies] arrow2 = { version = "0.7.0", features = ["io_ipc"] } diff --git a/grafana-plugin-sdk-macros/Cargo.toml b/grafana-plugin-sdk-macros/Cargo.toml index b8e375f3..37d7dc50 100644 --- a/grafana-plugin-sdk-macros/Cargo.toml +++ b/grafana-plugin-sdk-macros/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ben Sully "] license = "MIT/Apache-2.0" edition = "2018" repository = "https://github.com/grafana/grafana-plugin-sdk-rust" +description = "Convenience macros for the Grafana backend plugin SDK." [lib] proc-macro = true