We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862cfd6 commit 0524648Copy full SHA for 0524648
dir-structure/Cargo.toml
@@ -21,7 +21,7 @@ include_dir = [
21
"dir-structure-macros/include_dir_vfs", # need workaround until https://github.com/Michael-F-Bryan/include_dir/pull/115 for the include_dir_vfs! macro
22
]
23
git = ["dep:git2"]
24
-resolve-path = ["derive", "dir-structure-macros/resolve-path", "dep:dir-structure-resolve-core"]
+resolve-path = ["dir-structure-macros?/resolve-path", "dep:dir-structure-resolve-core"]
25
assert_eq = ["dep:assert_eq"]
26
derive = ["dep:dir-structure-macros"]
27
0 commit comments