mirror of
https://codeberg.org/icewind/mitemp-prometheus.git
synced 2026-06-03 17:14:08 +02:00
initial implementation
This commit is contained in:
parent
137a6dc174
commit
0619925304
4 changed files with 1929 additions and 2 deletions
|
|
@ -5,6 +5,9 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
main_error = "0.1.0"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
warp = "0.2"
|
||||
mitemp = { version = "0.1.0", git = "https://github.com/icewind1991/mitemp-rs" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue