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.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 957eba8..70ccd5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,13 @@ enumn = "0.1.3"
memoffset = "0.6.4"
strum_macros = "0.21.1"
+[dev-dependencies]
+anyhow = "1.0"
+
[features]
default = ["std"]
std = ["arrayvec/std", "binread/std", "byteorder/std"]
+
+[[example]]
+name = "ntfs-shell"
+required-features = ["chrono"]