Files
2022-10-31 11:17:03 +01:00

19 lines
547 B
TOML

name = "eeprom_i2c"
description = "EEPROM I2C drivers library for embedded platforms"
version = "5.0.0"
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 = "~0.3.0" # Added by alr
[origin]
commit = "727d3837cfebd42c2cdfb3c3e3e3492a5e5e2dd3"
url = "git+https://github.com/hgrodriguez/eeprom_i2c.git"