better defaults

This commit is contained in:
2025-05-25 02:22:42 +03:00
parent 5b686e38c4
commit 50233bb6e7
6 changed files with 154 additions and 61 deletions

View File

@@ -1,13 +1,13 @@
cargo-features = ["edition2024"]
[package]
name = "rpi-fan-control-oxidized"
name = "rpi-fan-control"
version = "0.1.0"
edition = "2021"
authors = ["Yigid BALABAN <fyb@fybx.dev>"]
description = "A Raspberry Pi fan controller written in Rust"
license = "MIT"
repository = "https://github.com/fybx/rpi-fan-control-oxidized"
repository = "https://github.com/fybx/rpi-fan-control"
[dependencies]
libgpiod = "0.2.2"