1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
diff --git a/Cargo.toml b/Cargo.toml
index 2b7f748..3c81b82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,20 +53,20 @@ rustdoc-args = [
]
[features]
-debug = ["path_facts"]
-debug_tokio = [
- "path_facts",
- "tokio/rt-multi-thread",
-]
+#debug = ["path_facts"]
+#debug_tokio = [
+# "path_facts",
+# "tokio/rt-multi-thread",
+#]
expose_original_error = []
[lib]
name = "fs_err"
path = "src/lib.rs"
-[dependencies.path_facts]
-version = "0.2.0"
-optional = true
+#[dependencies.path_facts]
+#version = "0.2.0"
+#optional = true
[dependencies.tokio]
version = "1.21"
|