File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
crates/ironrdp-dvc-pipe-proxy Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ doctest = false
16
16
test = false
17
17
18
18
[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)
23
23
24
24
tracing = { version = " 0.1" , features = [" log" ] }
25
25
26
-
27
26
[target .'cfg(windows)' .dependencies ]
28
27
widestring = " 1"
29
28
windows = { version = " 0.61" , features = [
@@ -35,6 +34,5 @@ windows = { version = "0.61", features = [
35
34
" Win32_System_IO" ,
36
35
] }
37
36
38
-
39
37
[lints ]
40
38
workspace = true
You can’t perform that action at this time.
0 commit comments