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:
authorColin Finck <colin@reactos.org>2021-05-03 20:04:05 +0300
committerColin Finck <colin@reactos.org>2021-05-03 20:04:05 +0300
commit0402611794e8d86814e25eba8515d00e1685ce4b (patch)
tree73f25a41aff194f3f0ba12c06fd60f83be1238d3 /Cargo.toml
parent9ff4d41d5a57c15f7f299f48ed8c2c75dd7d5fcc (diff)
Implement reading non-resident values, `NtfsIndexRoot`, clusters >64K, and refactor many affected parts.
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"