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-09-16 21:22:26 +0300
committerColin Finck <colin@reactos.org>2021-09-16 21:22:26 +0300
commitfb0551dfcd05a506e4bd86bcd364134841bd4cf4 (patch)
tree4c41db9de856712b9c5a2aaec136f4c00b95406e /Cargo.toml
parente3b68a3220de664c9d4638ecef416d39191ff91d (diff)
Save code and get better formatters via `derive_more` and `strum_macros`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 047e301..957eba8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,9 +12,11 @@ binread = { version = "2.1.1", features = ["const_generics"], default-features =
byteorder = { version = "1.4.3", default-features = false }
bitflags = "1.2.1"
chrono = { version = "0.4.19", optional = true }
+derive_more = "0.99.16"
displaydoc = { version = "0.2.1", default-features = false }
enumn = "0.1.3"
memoffset = "0.6.4"
+strum_macros = "0.21.1"
[features]
default = ["std"]