max116xx-10bit/Cargo.toml
Robin Mueller 0532c1b94e
All checks were successful
Rust/max116xx-10bit/pipeline/head This commit looks good
v0.2.1
2021-12-14 14:23:10 +01:00

17 lines
657 B
TOML

[package]
name = "max116xx-10bit"
version = "0.2.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "Driver crate for the MAX116xx 10-bit ADC devices"
homepage = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
repository = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
license = "Apache-2.0"
keywords = ["maxim", "adc", "sensor", "embedded", "no-std"]
categories = ["embedded", "no-std", "hardware-support"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-hal = { version = "0.2.6", features = ["unproven"] }
nb = "1.0.0"