diff options
author | open-trade <[email protected]> | 2020-03-09 13:55:12 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-03-09 13:55:12 +0800 |
commit | 52ea29bb94a5e91842628d3351f302255edb5646 (patch) | |
tree | 58cc865c7c8f43fff8f890a6649ea3bb55610f69 /Cargo.toml | |
parent | d5e55b33d57beb374984c2c4288835ee4773c11f (diff) | |
download | rustdesk-server-52ea29bb94a5e91842628d3351f302255edb5646.tar.gz rustdesk-server-52ea29bb94a5e91842628d3351f302255edb5646.zip |
working on punch hole protocol
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ simple-error = "0.2" hbb_common = { path = "libs/hbb_common" } [workspace] -members = ['libs/hbb_common'] +members = ["libs/hbb_common"] |