diff --git a/tokio-fs/Cargo.toml b/tokio-fs/Cargo.toml index d4b14ec..4021119 100644 --- a/tokio-fs/Cargo.toml +++ b/tokio-fs/Cargo.toml @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dmds = "0.1" +dmds = { version = "0.1", path = "../" } async-trait = "0.1" tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] } futures = { version = "0.3", features = ["executor"] }