mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-18 15:24:16 +02:00
11 lines
333 B
TOML
11 lines
333 B
TOML
[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"
|