From f03c6e4993ea8f932e892fbd84014bd69ef8c1d1 Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Fri, 5 Jul 2024 15:02:20 +0200 Subject: [PATCH] docs: adjust name --- Cargo.toml | 8 ++++---- README.md | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 563c421..d2b39c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] -name = "embedded-driver-template" -description = "A rust-embedded driver template" +name = "at24cx" +description = "A rust-embedded async driver for the Atmel AT24Cx eeprom storage family" categories = ["embedded", "hardware-support", "no-std"] -documentation = "https://docs.rs/embedded-driver-template" +documentation = "https://docs.rs/at24cx" authors = ["Chris Maniewski"] version = "0.1.0" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" -repository = "https://github.com/atovproject/embedded-driver-template" +repository = "https://github.com/atovproject/at24cx" [dependencies] embedded-hal-async = "1.0" diff --git a/README.md b/README.md index de675a7..e726d01 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -[![crates.io](https://img.shields.io/crates/d/embedded-driver.svg)](https://crates.io/crates/embedded-driver) -[![crates.io](https://img.shields.io/crates/v/embedded-driver.svg)](https://crates.io/crates/embedded-driver) -[![Documentation](https://docs.rs/embedded-driver/badge.svg)](https://docs.rs/embedded-driver) +[![crates.io](https://img.shields.io/crates/d/at24cx.svg)](https://crates.io/crates/at24cx) +[![crates.io](https://img.shields.io/crates/v/at24cx.svg)](https://crates.io/crates/at24cx) +[![Documentation](https://docs.rs/at24cx/badge.svg)](https://docs.rs/at24cx) ![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.63+-blue.svg) -# `embedded-driver-template` +# `at24cx` -> A rust-embedded driver template to get you started +> A rust-embedded async driver for the Atmel AT24Cx eeprom storage family ## [API reference] -[API reference]: https://docs.rs/embedded-driver +[API reference]: https://docs.rs/at24cx ## Minimum Supported Rust Version (MSRV)