Skip to content

Commit

Permalink
Add metadata in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marti157 committed May 14, 2024
1 parent 10c7108 commit 9ceee60
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
name = "bmp085-180-rs"
version = "0.1.0"
edition = "2021"
authors = ["marti157"]
description = "Driver for BMP085 & BMP180 sensors."
repository = "https://github.com/marti157/bmp085-180-rs"
documentation = "https://docs.rs/bmp085-180-rs"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["bmp085", "bmp180", "driver", "i2c", "embedded-hal"]
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = ["/examples", "**/.*"]

[dependencies]
embedded-hal = "1.0.0"
Expand Down

0 comments on commit 9ceee60

Please sign in to comment.