mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
12 lines
No EOL
220 B
TOML
12 lines
No EOL
220 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
|
|
build = "build.rs"
|
|
name = "cortex-m-srp"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.2.0"
|
|
|
|
[dependencies.vcell]
|
|
features = ["const-fn"]
|
|
version = "0.1.0" |