mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
26 lines
419 B
TOML
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
|
|
|