mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2025-07-01 07:15:29 +00:00
This commit is contained in:
parent
d65c42630c
commit
2e539cf5bf
@ -7,7 +7,7 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
protobuf = { version = "3.0.0-alpha.1", git = "https://github.com/stepancheg/rust-protobuf" }
|
||||
protobuf = { version = "3.0.0-alpha.2" }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio-util = { version = "0.3", features = ["full"] }
|
||||
futures = "0.3"
|
||||
@ -36,7 +36,7 @@ mac_address = "1.1"
|
||||
quic = ["quinn"]
|
||||
|
||||
[build-dependencies]
|
||||
protobuf-codegen-pure = { version = "3.0.0-alpha.1", git = "https://github.com/stepancheg/rust-protobuf" }
|
||||
protobuf-codegen-pure = { version = "3.0.0-alpha.2" }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3", features = ["winuser"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user