[package]
name = "espforge_components"
version = "0.1.0"
edition = "2024"
description = "Components for espforge"
license = "MIT"
readme = "../README.md"
keywords = ["esp32", "embedded", "hal", "framework", "esphome"]
categories = ["embedded", "hardware-support", "no-std"]
repository = "https://github.com/mohankumargupta/espforge"
homepage = "https://github.com/mohankumargupta/espforge"
documentation = "https://github.com/mohankumargupta/espforge"
[dependencies]
espforge_platform = { version = "0.1.3", path = "../espforge_platform" }
embedded-hal = "1.0.0"
embedded-io = "0.7.1"
[workspace]