We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a4f69 commit faaf2c0Copy full SHA for faaf2c0
Cargo.toml
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
6
edition = "2021"
7
rust-version = "1.56"
8
repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
9
+description = "SDK for building Grafana backend plugins."
10
11
[dependencies]
12
arrow2 = { version = "0.7.0", features = ["io_ipc"] }
grafana-plugin-sdk-macros/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Ben Sully <[email protected]>"]
5
license = "MIT/Apache-2.0"
edition = "2018"
+description = "Convenience macros for the Grafana backend plugin SDK."
[lib]
proc-macro = true
0 commit comments