Files
teleport/rust-toolchain.toml
T
Zac Bergquist 07aa756126 Add Rust RDP decoder library (#61858)
This library makes the IronRDP fast path decoder available to Go code
via CGo. There are three build options:

1. A standalone library (for use by tsh), enabled with the rust_rdp_decoder
   build tag.
2. All functionality included in the existing RDP client library,
   enabled with the desktop_access_rdp build tag.
3. A no-op implementation which avoids any Rust dependencies.

The decoder also respects the RDPCLIENT_SKIP_BUILD=1 flag from the makefile,
under the assumption that if you don't have Rust tooling and don't want
to build the RDP client that you also don't want the decoder.
2026-01-18 18:40:04 +00:00

4 lines
95 B
TOML

[toolchain]
channel = "1.86.0"
targets = [ "wasm32-unknown-unknown", "x86_64-pc-windows-gnu" ]