Files
RedBear-OS/drivers/rtcd/Cargo.toml
T
2026-01-29 10:47:45 -07:00

13 lines
192 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" }