X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d620665f6b2e1ae5db4c98a09e35bd63133ae87f..b47f9a3962a27fd28f69eda1c0f0fe7ab81fbf32:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 38cb47a..fd5bcea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "7.0.0" edition = "2021" [dependencies] +time = { version = "0.3.34", features = ["macros", "formatting"] } +serde = { version = "1.0.197", features = ["derive"] } +serde_json = "1.0.114"