Files
RedBear-OS/drivers/rtcd/Cargo.toml
T

17 lines
261 B
TOML

[package]
name = "rtcd"
description = "x86 Real Time Clock daemon"
version = "0.1.0"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
edition = "2018"
license = "MIT"
[dependencies]
anyhow.workspace = true
common = { path = "../common" }
[lints]
workspace = true