Skip to content

Instantly share code, notes, and snippets.

View CommanderStorm's full-sized avatar
🤖

Frank Elsinga CommanderStorm

🤖
View GitHub Profile
@CommanderStorm
CommanderStorm / Cargo.toml
Created May 22, 2024 23:20
Bulk-Create monitors for uptime kuma
[package]
name = "kuma-add"
version = "0.1.0"
edition = "2021"
[dependencies]
kuma-client = "0.6.0"
tokio = { version = "1.37.0", features = ["full"] }