Files

26 lines
419 B
TOML

[package]
name = "ironrdp-error"
version = "0.1.3"
readme = "README.md"
description = "IronPDU generic error definition"
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 = ["alloc"]
alloc = []
[lints]
workspace = true