summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-10 00:31:10 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-10 01:20:11 +0100
commitacc112993a48b3581430f407858badb584e628aa (patch)
tree949c79674375aa297feec0ec90792c29255d4685 /Cargo.toml
parent6243b83d111c7cd8690d643ee93e48091a3fe9e1 (diff)
downloadvtcol-acc112993a48b3581430f407858badb584e628aa.tar.gz
switch from lazy_static to atomics
Yeah const fn!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f187f3..a076bb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,3 @@ doc = false
[dependencies]
clap = "2.33"
libc = "0.2"
-lazy_static = "1.4"