Cargo Features

beet_examples has no features set by default.

[dependencies]
beet_examples = { version = "0.0.4-rc.1", features = ["reflect", "tokio"] }
reflect

to enable reflect we need OnInsert to derive reflect https://github.com/bevyengine/bevy/pull/14259

Enables reflect of beet_flow

tokio

Enables tokio of beetmash