Initial commit

This commit is contained in:
surya
2023-05-16 23:06:29 +05:30
commit 531267e91d
4 changed files with 417 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "hmon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.2", features = ["derive"] }
json = "0.12.4"