Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e4da25..3dd9447 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ edition = "2018"
[dependencies]
binread = { path = "../binread/binread", features = ["const_generics"], default-features = false }
-chrono = { version = "0.4.19", optional = true }
bitflags = "1.2.1"
+chrono = { version = "0.4.19", optional = true }
displaydoc = { version = "0.1.7", default-features = false }
enumn = "0.1.3"
memoffset = "0.6.1"