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

github.com/windirstat/walkdir.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.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94fc562..1b1f691 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,12 +23,21 @@ members = ["walkdir-list"]
[dependencies]
same-file = "1.0.1"
+[target.'cfg(unix)'.dependencies.libc]
+version = "0.2.54"
+
+[target.'cfg(target_os = "dragonfly")'.build-dependencies]
+cc = "1.0.36"
+
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
-features = ["std", "winnt"]
+features = ["std", "impl-debug", "fileapi", "handleapi", "winnt"]
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
[dev-dependencies]
doc-comment = "0.3"
+
+[profile.release]
+debug = true