Files

24 lines
500 B
TOML

[package]
name = "ironrdp-rdcleanpath"
version = "0.1.3"
readme = "README.md"
description = "RDCleanPath PDU structure used by IronRDP web client and Devolutions Gateway"
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
[dependencies]
der = { version = "0.7", features = ["alloc", "derive"] } # public
[lints]
workspace = true