Skip to content

Commit faaf2c0

Browse files
committed
Update 'description' field in Cargo.tomls
1 parent 60a4f69 commit faaf2c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
66
edition = "2021"
77
rust-version = "1.56"
88
repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
9+
description = "SDK for building Grafana backend plugins."
910

1011
[dependencies]
1112
arrow2 = { version = "0.7.0", features = ["io_ipc"] }

grafana-plugin-sdk-macros/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Ben Sully <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"
77
repository = "https://github.com/grafana/grafana-plugin-sdk-rust"
8+
description = "Convenience macros for the Grafana backend plugin SDK."
89

910
[lib]
1011
proc-macro = true

0 commit comments

Comments
 (0)