File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
grafana-plugin-sdk-macros Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " grafana-plugin-sdk"
33version = " 0.1.0"
4- authors = [" Ben Sully <ben@bsull.io >" ]
4+ authors = [
" Ben Sully <ben[email protected] >" ]
55license = " MIT/Apache-2.0"
66edition = " 2021"
77rust-version = " 1.56"
88repository = " https://github.com/grafana/grafana-plugin-sdk-rust"
99
10- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1210[dependencies ]
1311arrow2 = { version = " 0.7.0" , features = [" io_ipc" ] }
1412chrono = " 0.4.19"
1513futures-core = " 0.3.17"
1614futures-util = " 0.3.17"
17- grafana-plugin-sdk-macros = { path = " ./grafana-plugin-sdk-macros" }
15+ grafana-plugin-sdk-macros = { version = " 0.1.0 " , path = " ./grafana-plugin-sdk-macros" }
1816http = " 0.2.5"
1917itertools = " 0.10.1"
2018num-traits = " 0.2.14"
Original file line number Diff line number Diff line change 11[package ]
22name = " grafana-plugin-sdk-macros"
33version = " 0.1.0"
4+ authors = [
" Ben Sully <[email protected] >" ]
5+ license = " MIT/Apache-2.0"
46edition = " 2018"
57repository = " https://github.com/grafana/grafana-plugin-sdk-rust"
68
You can’t perform that action at this time.
0 commit comments