bd595851e2
251 files: init, acpid, ipcd, netcfg, ihdgd, virtio-gpud, scheme-utils, inputd, block driver, ptyd, ramfs, randd, initfs bootstrap, path deps, version +rb0.3.1, author attribution
13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "i2c-interface"
|
|
description = "Shared I2C transfer and registry types"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
redox_syscall = { workspace = true, features = ["std"] }
|
|
|
|
[lints]
|
|
workspace = true
|