aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authoropen-trade <[email protected]>2020-03-09 13:55:12 +0800
committeropen-trade <[email protected]>2020-03-09 13:55:12 +0800
commit52ea29bb94a5e91842628d3351f302255edb5646 (patch)
tree58cc865c7c8f43fff8f890a6649ea3bb55610f69 /Cargo.toml
parentd5e55b33d57beb374984c2c4288835ee4773c11f (diff)
downloadrustdesk-server-52ea29bb94a5e91842628d3351f302255edb5646.tar.gz
rustdesk-server-52ea29bb94a5e91842628d3351f302255edb5646.zip
working on punch hole protocol
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6831d9..2bedb7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,5 +17,5 @@ simple-error = "0.2"
hbb_common = { path = "libs/hbb_common" }
[workspace]
-members = ['libs/hbb_common']
+members = ["libs/hbb_common"]