aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-01 23:45:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-01 23:45:53 +0200
commit35ee03cef2d78908e7d6771eb2735a93e4358a60 (patch)
tree05dc466a2b46bac76a80bb3865b4e9827b231388 /Cargo.toml
parent8ec5d631f21c54c9bb0bbd7d6fa39513c9242219 (diff)
Use my new “proxit” crate
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 55763a3..810f69d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,5 @@ authors = [
[dependencies]
lexopt = "0.1.0"
+proxit = "1.0.1"
tempfile = "3.7.0"