max116xx-10bit/Cargo.toml
Robin Mueller a69671ce22
All checks were successful
Rust/max116xx-10bit/pipeline/head This commit looks good
bumped embedded HAL
2024-06-15 19:05:50 +02:00

18 lines
656 B
TOML

[package]
name = "max116xx-10bit"
version = "0.3.0"
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 = "1"
nb = "1"
defmt = { version = "0.3", optional = true }