Skip to content

Commit

Permalink
Update 'description' field in Cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Dec 8, 2021
1 parent 60a4f69 commit faaf2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
1 change: 1 addition & 0 deletions grafana-plugin-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Ben Sully <[email protected]>"]
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
Expand Down

0 comments on commit faaf2c0

Please sign in to comment.