diff options
author | Brian Cully <bjc@kublai.com> | 2019-07-24 10:09:36 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-07-24 10:09:36 -0400 |
commit | cd47fb1f4887ea863b7e90d476a8366634ce9980 (patch) | |
tree | 24c205936e43f1ea7ec21f5ea7a31690528d80be /app | |
parent | 7f6c2b4d124864a2f0d7b0a91b8c4721d954fa6e (diff) | |
download | samd21-demo-cd47fb1f4887ea863b7e90d476a8366634ce9980.tar.gz samd21-demo-cd47fb1f4887ea863b7e90d476a8366634ce9980.zip |
Remove link to license-file.
Diffstat (limited to 'app')
-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"] |