From 6506562c3adb59a6c6f4732a2ca3eb5dcc6dc4c6 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Tue, 26 Jan 2021 17:40:34 +0800 Subject: [PATCH] cargo: fix [package] meta --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30fe7f8..0b87be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] categories = ["embedded", "no-std"] name = "enc424j600" -description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller with SPI interface, compatible with STM32F4xx" -authors = ["Harry Ho "] +description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller with SPI interface" +authors = ["Harry Ho ", "Dip Cheung "] version = "0.2.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] repository = "https://git.m-labs.hk/M-Labs/ENC424J600"