19 lines
479 B
TOML
19 lines
479 B
TOML
name = "mcp9808_i2c"
|
|
description = "MCP9808 I2C library"
|
|
version = "0.9.0"
|
|
|
|
authors = ["Holger Rodriguez"]
|
|
maintainers = ["Holger Rodriguez <github@roseng.ch>"]
|
|
maintainers-logins = ["hgrodriguez"]
|
|
licenses = "BSD-3-Clause"
|
|
website = "https://github.com/hgrodriguez/mcp9808_i2c"
|
|
tags = ["mcp9808", "sensor", "temperature", "i2c"]
|
|
|
|
[[depends-on]]
|
|
hal = "^1"
|
|
|
|
[origin]
|
|
commit = "ef0bb8b559fddf4c737e266061d8bd8db5dc4f62"
|
|
url = "git+https://github.com/hgrodriguez/mcp9808_i2c.git"
|
|
|