diff options
author | Dennis Eriksen <d@ennis.no> | 2023-07-06 08:13:05 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-07-06 08:13:05 +0200 |
commit | f53cca4af37d59db4f190c9414c0033d05d379cc (patch) | |
tree | 530e4dc3e1766a9f458626e211bab50156570a17 /Cargo.toml | |
parent | adding lincence, and some other useful stuff (diff) | |
download | purl-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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,5 @@ regex = "1" dotenv = "0.15" url = "2" rand = "0.8.5" +unveil = "0.3" +pledge = "0.4" |