Skip to content

Commit

Permalink
Add docs link to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Dec 15, 2023
1 parent 17fe50e commit 13c3c37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[package]
name = "embedded-trace"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Justin Beaurivage <[email protected]>"]
description = "A Future tracing utility for embedded systems"
repository = "https://github.com/jbeaurivage/embedded-trace"
documentation = "https://docs.rs/embedded-trace"
license = "MIT OR Apache-2.0"
keywords = ["trace", "tracing", "async", "futures", "no_std"]

[dependencies]
pin-project-lite = "0.2.13"
embedded-hal_1 = { package = "embedded-hal", version = "1.0.0-rc.3" }
embedded-hal_0_2 = { package = "embedded-hal", version = "0.2.7", optional = true}
embedded-hal_0_2 = { package = "embedded-hal", version = "0.2.7", optional = true }

[features]

Expand Down

0 comments on commit 13c3c37

Please sign in to comment.