mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
a58be575cb
see rtic-rs/rfcs#52 for details includes: core proposal and `#[init]` and `memory-watermark` extensions Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
7 lines
133 B
TOML
7 lines
133 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "rtic-post-spy"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
rtic-actor-traits = { path = "../actor-traits" }
|