mirror of
https://codeberg.org/ral/rwedid.git
synced 2024-08-16 09:59:49 +02:00
13 lines
287 B
TOML
13 lines
287 B
TOML
|
[package]
|
||
|
name = "rwedid"
|
||
|
version = "0.1.0"
|
||
|
license = "MIT"
|
||
|
description = "Read and write EDID data over an I2C bus."
|
||
|
keywords = ["linux"]
|
||
|
categories = ["embedded", "hardware-support"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "4.1.8", features = ["derive"] }
|
||
|
i2cdev = "0.5.1"
|