From 205afa444e393c4d10f0928a40e55c16682eb83d Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sat, 21 Mar 2020 16:06:43 +0000 Subject: [PATCH] Point to README.md so it appears on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b437ede..e37e11d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ keywords = [ "nordic", ] repository = "https://github.com/nrf-rs/nrf9160-pac" +readme = "README.md" [dependencies] bare-metal = "0.2.0"