Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 92a4de0

Browse files
committed
0.1.0
1 parent 751b3dd commit 92a4de0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "esp32-hal"
33
version = "0.1.0"
4+
description = "A Hardware abstraction layer for Espressif's ESP32 WiFi microcontroller."
45
authors = ["Scott Mabin <[email protected]>", "Arjan Mels <[email protected]>"]
6+
categories = ["embedded", "hardware-support", "no-std"]
7+
keywords = ["xtensa", "esp32", "hal", "esp"]
8+
license = "MIT OR Apache-2.0"
9+
readme = "README.md"
10+
repository = "https://github.com/esp-rs/esp32-hal"
511
edition = "2018"
612

713

@@ -30,7 +36,7 @@ rt = ["esp32/rt", "xtensa-lx6-rt"]
3036

3137

3238
[dependencies]
33-
esp32-hal-proc-macros = { path = "procmacros" }
39+
esp32-hal-proc-macros = { version = "=0.1.0", path = "procmacros" }
3440

3541
xtensa-lx6-rt = { version = "0.4.0", optional = true }
3642
xtensa-lx6 = "0.2.0"

0 commit comments

Comments
 (0)