From 2ca717c94f971dd95809cd2a3e9430268b85a7a9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 18 Jan 2021 13:21:52 +0800 Subject: [PATCH] add license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8afbf90..d4c56ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ version = "0.1.0" keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"] repository = "https://git.m-labs.hk/M-Labs/ENC424J600" edition = "2018" +license = "BSD-2-Clause" [dependencies] volatile-register = "0.2"