summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-06-24 18:09:13 -0700
committeriximeow <me@iximeow.net>2023-06-24 18:18:31 -0700
commit7b08cb229de7b0c131bc8c7e3405ad548ff5e0eb (patch)
treee506638d148e01b01e2875de7aa03f735833fbd9 /Cargo.toml
parentbc29e9c926ee6cd15310d2542b8e7afd0fcb4579 (diff)
add a repos index page
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6ea03b7..03e5f77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ sha2 = "*"
reqwest = { version = "*", features = ["rustls-tls-native-roots"] }
clap = { version = "*", features = ["derive"] }
rlua = "*"
+chrono = "*"
[[bin]]
name = "ci_webserver"