diff options
author | open-trade <[email protected]> | 2020-09-18 00:47:15 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-09-18 00:47:15 +0800 |
commit | 0a1fbadb4f1386b7711cf72fad47961cf67e20f9 (patch) | |
tree | e90a0a79f4488cb796ad6b4e95c5e21010993d3b /Cargo.toml | |
parent | fcd949c556f4db3dfe1c92dd88b53ba33bde1ba3 (diff) | |
download | rustdesk-server-0a1fbadb4f1386b7711cf72fad47961cf67e20f9.tar.gz rustdesk-server-0a1fbadb4f1386b7711cf72fad47961cf67e20f9.zip |
fix on request_relay
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ authors = ["open-trade <[email protected]>"] edition = "2018" [[bin]] -name = "hbbf" -path = "src/hbbf/main.rs" +name = "hbbr" +path = "src/hbbr/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |