mirror of https://github.com/ospab/ostp.git
fix(workspace): remove missing ostp-prober member from workspace
This commit is contained in:
parent
8d4b3a77a4
commit
cde1035d80
|
|
@ -4,8 +4,7 @@ members = [
|
||||||
"ostp-client",
|
"ostp-client",
|
||||||
"ostp-server",
|
"ostp-server",
|
||||||
"ostp-jni", "ostp",
|
"ostp-jni", "ostp",
|
||||||
"ostp-tun-helper",
|
"ostp-tun-helper"
|
||||||
"ostp-prober"
|
|
||||||
]
|
]
|
||||||
exclude = ["ostp-gui/src-tauri"]
|
exclude = ["ostp-gui/src-tauri"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue