File: Cargo.toml.orig

package info (click to toggle)
rust-sensors 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sensors"
version = "0.2.2"
authors = ["nyantec GmbH <dev@nyantec.com>"]
license = "MirOS"
description = "A Rust-friendly interface to lm-sensors"
categories = ["api-bindings", "hardware-support"]
repository = "https://github.com/nyantec/sensors"

[dependencies]
libsensors-sys = "0.2"
libc = "0.2"