aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-07-06 08:13:05 +0200
committerDennis Eriksen <d@ennis.no>2023-07-06 08:13:05 +0200
commitf53cca4af37d59db4f190c9414c0033d05d379cc (patch)
tree530e4dc3e1766a9f458626e211bab50156570a17 /Cargo.toml
parentadding lincence, and some other useful stuff (diff)
downloadpurl-rs-f53cca4af37d59db4f190c9414c0033d05d379cc.tar.gz
adding pledge(2) and unveil(2) for openbsd, and fixing some typos and stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2132b6b..9f9ea0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,5 @@ regex = "1"
dotenv = "0.15"
url = "2"
rand = "0.8.5"
+unveil = "0.3"
+pledge = "0.4"