11 lines
297 B
TOML
11 lines
297 B
TOML
[package]
|
|
name = "jay-edid"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "EDID parsing for Jay"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
|
thiserror = "2.0.11"
|