Files
simple-instant-stream/Cargo.toml
T
2026-07-01 01:49:51 +01:00

18 lines
293 B
TOML

[profile.dev]
debug = true
[profile.flamegraph]
inherits = "release"
debug = true
force-frame-pointers = true
[workspace.metadata.crane]
name = "rtmp-to-whip"
[workspace.package]
version = "0.1.0"
[workspace]
members = ["crates/server", "crates/entity", "crates/migration"]
resolver = "2"