mirror of
https://github.com/Noratrieb/uptime.git
synced 2026-01-14 16:45:06 +01:00
start
This commit is contained in:
parent
9b6ab3c83e
commit
24abf6d98c
6 changed files with 1417 additions and 0 deletions
|
|
@ -6,3 +6,12 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
chrono = "0.4.27"
|
||||
eyre = "0.6.8"
|
||||
http = "0.2.9"
|
||||
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
|
||||
rusqlite = { version = "0.29.0", features = ["bundled"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
url = "2.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue