mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 15:28:07 +00:00
24 lines
No EOL
424 B
TOML
24 lines
No EOL
424 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
name = "usb"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
defmt = "0.2.1"
|
|
|
|
[features]
|
|
# set defmt logging levels here
|
|
default = [
|
|
"defmt-default",
|
|
# "dependency-a/defmt-trace",
|
|
]
|
|
|
|
# do NOT modify these features
|
|
defmt-default = []
|
|
defmt-trace = []
|
|
defmt-debug = []
|
|
defmt-info = []
|
|
defmt-warn = []
|
|
defmt-error = [] |