rtic-scope / cargo-rtic-scope

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
16 stars 4 forks source link

Use a `RTICScope.toml` instead of `Cargo.toml` metadata #92

Open tmplt opened 2 years ago

tmplt commented 2 years ago

A lot of required fields are now expected in cargo manifest metadata. I predict more will end up there. It may be a better idea to read these parameters from a RTICScope.toml file instead.

In either case we need to add a cargo rtic-scope init command that adds a skeleton file (or fields in Cargo.toml metadata).

An RTICScope.toml file will also draw more attention than a Cargo.toml when inspecting a crate.