From 9e592ee450eeef535b7acf284f157edc9ed4af62 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 9 Nov 2021 23:27:10 +0100 Subject: use lazy_static instead of raw global This crate would have been handy back in the days. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 901e875..4108d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ doc = false [dependencies] libc = "0.2" getopts = "0.2" +lazy_static = "1.4" -- cgit v1.2.3