1 2 3 4 5 6 7
//! Library surface for `create-grafana-plugin` (shared by the binary and integration tests). pub mod cli; pub mod config; pub mod scaffold; pub mod template; pub mod updater;