Skip to content

Commit 96fbc41

Browse files
committed
refactor: simplified dvc named pipe proxy .toml
1 parent 42707c5 commit 96fbc41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/ironrdp-dvc-pipe-proxy/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ doctest = false
1616
test = false
1717

1818
[dependencies]
19-
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
20-
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.2" } # public
21-
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
22-
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
19+
ironrdp-core.path = "../ironrdp-core"
20+
ironrdp-dvc.path = "../ironrdp-dvc"
21+
ironrdp-pdu.path = "../ironrdp-pdu"
22+
ironrdp-svc.path = "../ironrdp-svc"
2323

2424
tracing = { version = "0.1", features = ["log"] }
2525

0 commit comments

Comments
 (0)