use bitflags crate to define bitflags, rather than by hand

This commit is contained in:
Pat Hickey
2021-01-11 17:32:47 -08:00
parent 3863b8b3d3
commit b1d32f419c
5 changed files with 106 additions and 234 deletions

View File

@@ -31,6 +31,7 @@ cap-time-ext = "0.9"
cap-rand = "0.9"
fs-set-times = "0.2.2"
cfg-if = "1"
bitflags = "1.2"
[badges]
maintenance = { status = "actively-developed" }