add support for cloning remote repos (non-authed HTTPS only)

This commit is contained in:
Trevor Bentley
2023-01-12 01:54:18 +01:00
parent c030d31b07
commit ea48b6828e
3 changed files with 95 additions and 9 deletions
+4
View File
@@ -26,3 +26,7 @@ serde = { version = "1.0.152", features = ["derive"] }
syntect = { version = "5.0.0", default-features = false, optional = true }
tera = "1.17.1"
toml = "0.5.10"
# For SSH passphrase support:
#pinentry = "0.5.0"
#secrecy = "0.8.0"