1 Star 0 Fork 0

CCUU/teleport

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
[workspace]
resolver = "2"
members = [
"lib/srv/desktop/rdp/rdpclient",
"web/packages/teleport/src/ironrdp"
]
[workspace.package]
edition = "2021"
license = "AGPL-3.0-only"
homepage = "https://github.com/gravitational/teleport"
repository = "https://github.com/gravitational/teleport"
publish = false
[profile.dev]
debug = 1
lto = "off"
[profile.release]
debug = 1
codegen-units = 1
[workspace.dependencies]
# Note: To use a local IronRDP repository as a crate (for example, ironrdp-cliprdr), define the dependency as follows:
# ironrdp-cliprdr = { path = "/path/to/local/IronRDP/crates/ironrdp-cliprdr" }
ironrdp-cliprdr = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d", features = ["rustls"]}
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "04d78b6581efe91095169fb8a83eef1aa2d33a2d" }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ccuuwb/teleport.git
git@gitee.com:ccuuwb/teleport.git
ccuuwb
teleport
teleport
master

搜索帮助