From 8c1666c1a64201f8a12e125e3c63a83f4dbf7069 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 22 Apr 2021 03:26:33 -0600 Subject: throw together a super basic repo list --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 32772ee..a0607dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,7 @@ edition = "2018" askama = { version = "0.10.5", features = ["with-tide"] } askama_tide = "0.13.0" async-std = { version = "1.8.0", features = ["attributes"] } +clap = "2.33.3" +eyre = "0.6.5" +git2 = "0.13.18" tide = "0.16.0" -- cgit v1.2.3