aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-02 05:50:59 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-02 05:50:59 +0200
commit9611b995712b33dd1d77e768a93c1cfd7ca36116 (patch)
tree98b47b28167a996ab3cce2a0973afc09cd0ce4ba /Cargo.toml
parent35ee03cef2d78908e7d6771eb2735a93e4358a60 (diff)
Remove the error module and use cerm
Fuck proxit, all my homies hate proxit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 810f69d..fac1bb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,6 @@ authors = [
]
[dependencies]
+cerm = "1.0.0"
lexopt = "0.1.0"
-proxit = "1.0.1"
tempfile = "3.7.0"