From cd47fb1f4887ea863b7e90d476a8366634ce9980 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 24 Jul 2019 10:09:36 -0400 Subject: Remove link to license-file. --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Cargo.toml b/app/Cargo.toml index fd96c1a..d73dad3 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -5,7 +5,6 @@ authors = ["Brian Cully "] edition = "2018" readme = "../README.md" license = "GPL-3.0-or-later" -license-file = "../COPYING" [dependencies] trinket_m0 = { path = "../../atsamd/boards/trinket_m0" } @@ -22,6 +21,7 @@ clint = { path = "../../clint" } bare-metal = "~0.2" rb = { path = "../rb" } vcell = "~0.1" +log = "~0.4" [features] default = ["cortex-m/const-fn"] -- cgit v1.2.3