add libc dependency so we can get at fsync(2), which strangely is _not_ available via the fs::File interface.

This commit is contained in:
Jude Nelson
2019-07-22 19:33:42 -04:00
parent 45c65261a2
commit f3846ddcf0

View File

@@ -35,6 +35,7 @@ dirs = "1.0.4"
regex = "1"
mio = "0.6.16"
hashbrown = "0.5"
libc = "0.2"
[dependencies.secp256k1]
version = "0.11.5"