upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eceebcb..82c2de7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,6 +55,9 @@ clap = { version = "4.5", features = ["derive", "env"] }
55anyhow = "1.0" 55anyhow = "1.0"
56thiserror = "1.0" 56thiserror = "1.0"
57 57
58# Async traits
59async-trait = "0.1"
60
58# Git (for future use) 61# Git (for future use)
59# git-http-backend = "0.3" 62# git-http-backend = "0.3"
60 63