af1dd1e78e
The reason behind this is that an RTC driver should ideally consult ACPI tables before assuming any I/O ports exist, which userspace can do much better.
13 lines
181 B
TOML
13 lines
181 B
TOML
[package]
|
|
name = "rtcd"
|
|
version = "0.1.0"
|
|
authors = ["4lDO2 <4lDO2@protonmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
|
|
common = { path = "../common" }
|