mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
11 lines
225 B
TOML
11 lines
225 B
TOML
[package]
|
|
name = "anyfmt"
|
|
version = "0.1.0"
|
|
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
edition = "2018"
|
|
|
|
|
|
[dependencies]
|
|
defmt = { version = "0.1.0", optional = true }
|
|
log = { version = "0.4.11", optional = true }
|