diff options
-rw-r--r-- | app/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bjc@kublai.com>"] 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"] |