From f53cca4af37d59db4f190c9414c0033d05d379cc Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 6 Jul 2023 08:13:05 +0200 Subject: adding pledge(2) and unveil(2) for openbsd, and fixing some typos and stuff --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3