mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 13:00:26 +00:00
11 lines
187 B
TOML
11 lines
187 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
edition = "2018"
|
|
name = "cfail"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
heapless = { path = ".." }
|
|
trybuild = "1.0.18"
|