mackerel_plugin_uptime 0.2.2

Uptime plugin for Mackerel
Documentation
[[bin]]
name = "mackerel-plugin-uptime"
path = "bin/main.rs"
[dependencies.mackerel_plugin]
version = "0.2.6"

[dependencies.uptime_lib]
version = "0.3.0"

[package]
authors = ["itchyny <itchyny@cybozu.co.jp>"]
description = "Uptime plugin for Mackerel"
edition = "2021"
keywords = ["cli", "mackerel"]
license = "MIT"
name = "mackerel_plugin_uptime"
readme = "README.md"
repository = "https://github.com/itchyny/mackerel-plugin-uptime"
version = "0.2.2"
[profile.release]
codegen-units = 1
lto = true
strip = true