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-12-15 22:06:35 +0300
committerColin Finck <colin@reactos.org>2021-12-15 22:06:35 +0300
commit5ff15ae17d618f846176ab40140c4141aab24bbb (patch)
treea23951f8c4b538ed628c2d159e2b13d8429f7511 /Cargo.toml
parent14b8be0c9ab74257738cb36d7683386604c4bbac (diff)
Add the missing documentation and some final polishing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70ccd5e..4fd9dc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,3 +28,7 @@ std = ["arrayvec/std", "binread/std", "byteorder/std"]
[[example]]
name = "ntfs-shell"
required-features = ["chrono"]
+
+[package.metadata.docs.rs]
+all-features = true
+rustdoc-args = ["--cfg", "docsrs"]