summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-26 14:32:00 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-26 16:32:03 +0100
commitc03ff8556b5a469996b42697cbb10fb89a18e94c (patch)
tree34278f69ee71006697a10e2e56fe682504954a19 /Cargo.toml
parentd3e5a132013ca514cf6aa779a1ee307acbe98ea9 (diff)
third_party: add the 'integer-atomics' crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 110aadaae..86b1c10f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ getopts = "0.2.18"
http = "0.1.15"
hyper = "0.12.23"
hyper-rustls = "0.16.0"
+integer-atomics = "1.0.2"
lazy_static = "1.2.0"
libc = "0.2.48"
log = "0.4.6"