mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 13:41:02 +03:00
feat: remote printer (#11231)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
11
libs/remote_printer/Cargo.toml
Normal file
11
libs/remote_printer/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "remote_printer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
hbb_common = { version = "0.1.0", path = "../hbb_common" }
|
||||
winapi = { version = "0.3" }
|
||||
windows-strings = "0.3.1"
|
||||
Reference in New Issue
Block a user