diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:06:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:06:37 +0200 |
commit | 5d8d77a98fb84d05d34b57df73e0bc180c3140c2 (patch) | |
tree | 3cb47c2eca0c815f14f4db85f282845796889484 /Cargo.toml | |
parent | d60bedc20dc0cc54cb697f3a45e5b222de6f1479 (diff) | |
download | statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar.bz2 statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar.zst |
works
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,3 +15,5 @@ futures = "0.3.30" shlex = "1.3.0" reqwest = "0.12.4" markup = "0.15.0" +chrono = "0.4.38" +lettre = "0.11.7" |