19 lines
543 B
TOML
19 lines
543 B
TOML
name = "eeprom_i2c"
|
|
description = "EEPROM I2C drivers library for embedded platforms"
|
|
version = "8.0.1"
|
|
licenses = "BSD-3-Clause"
|
|
|
|
authors = ["Holger Rodriguez"]
|
|
maintainers = ["Holger Rodriguez <github@roseng.ch>"]
|
|
maintainers-logins = ["hgrodriguez"]
|
|
tags = ["embedded", "nostd", "eeprom", "rp2040", "i2c"]
|
|
website = "https://github.com/hgrodriguez/eeprom_i2c"
|
|
|
|
[[depends-on]] # Added by alr
|
|
hal = "^1" # Added by alr
|
|
|
|
[origin]
|
|
commit = "555a0529352e6c18c468b5c7bd78f77751596544"
|
|
url = "git+https://github.com/hgrodriguez/eeprom_i2c.git"
|
|
|