mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
10 lines
242 B
TOML
10 lines
242 B
TOML
[package]
|
|
name = "libxdo-sys"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
publish = false
|
|
description = "Dynamic loading wrapper for libxdo-sys that doesn't require libxdo at compile/link time"
|
|
|
|
[dependencies]
|
|
hbb_common = { path = "../hbb_common" }
|