summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7871ca360efcfb14e375471603ed23976140f6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "max31855"
version = "0.1.0"
authors = ["cs2dsb <cs2dsb@gmail.com>"]
edition = "2018"
description = "Driver for MAX31855 SPI thermocouple converter"
categories = ["hardware-support"]
keywords = ["embedded-hal-driver", "max31855", "no_std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cs2dsb/max31855.rs"
readme = "README.md"
documentation = "https://docs.rs/max31855"
homepage = "https://github.com/cs2dsb/max31855.rs"

[dependencies]
embedded-hal  = { version = "0.2.3" }
bit_field     = "0.10.0"