mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
30 lines
768 B
TOML
30 lines
768 B
TOML
[package]
|
|
name = "ironrdp-rdpsnd"
|
|
version = "0.6.0"
|
|
readme = "README.md"
|
|
description = "RDPSND static channel for audio output implemented as described in MS-RDPEA"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
test = false
|
|
|
|
[features]
|
|
default = []
|
|
std = []
|
|
|
|
[dependencies]
|
|
bitflags = "2.9"
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
ironrdp-svc = { path = "../ironrdp-svc", version = "0.5" } # public
|
|
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] }
|
|
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6", features = ["alloc"] } # public
|
|
|
|
[lints]
|
|
workspace = true
|