embedded-trainings-2020/common/panic-log/Cargo.toml
Lotte Steenbrink 1be6f2fc5a better comments
2021-04-14 12:15:39 +02:00

26 lines
452 B
TOML

[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
name = "panic-log"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.4"
defmt = "0.2.1"
[features]
# set defmt logging levels here
default = [
"defmt-debug",
# "dependency-a/defmt-trace",
]
# do NOT modify these features
defmt-default = []
defmt-trace = []
defmt-debug = []
defmt-info = []
defmt-warn = []
defmt-error = []