Files
RedBear-OS/drivers/rtcd/Cargo.toml
T
2026-02-20 15:00:43 +00:00

16 lines
218 B
TOML

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