22 lines
495 B
TOML
22 lines
495 B
TOML
[package]
|
|
name = "log_benchmark"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
re_tracing = { path = "../../../crates/utils/re_tracing", features = ["server"] }
|
|
rerun = { path = "../../../crates/top/rerun" }
|
|
|
|
anyhow.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
emath.workspace = true
|
|
glam.workspace = true
|
|
itertools.workspace = true
|
|
rand.workspace = true
|