File tree Expand file tree Collapse file tree
crates/ironrdp-dvc-pipe-proxy Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ doctest = false
1616test = false
1717
1818[dependencies ]
19- ironrdp-core. path = " ../ironrdp-core"
20- ironrdp-dvc. path = " ../ironrdp-dvc "
21- ironrdp-pdu. path = " ../ironrdp-pdu "
22- ironrdp-svc. path = " ../ironrdp-svc"
19+ ironrdp-core = { path = " ../ironrdp-core" , version = " 0.1 " }
20+ ironrdp-pdu = { path = " ../ironrdp-pdu " , version = " 0.5 " } # public (PduResult type)
21+ ironrdp-dvc = { path = " ../ironrdp-dvc " , version = " 0.3 " }
22+ ironrdp-svc = { path = " ../ironrdp-svc" , version = " 0.4 " } # public (SvcMessage type)
2323
2424tracing = { version = " 0.1" , features = [" log" ] }
2525
26-
2726[target .'cfg(windows)' .dependencies ]
2827widestring = " 1"
2928windows = { version = " 0.61" , features = [
@@ -35,6 +34,5 @@ windows = { version = "0.61", features = [
3534 " Win32_System_IO" ,
3635] }
3736
38-
3937[lints ]
4038workspace = true
You can’t perform that action at this time.
0 commit comments