18 lines
424 B
TOML
18 lines
424 B
TOML
[package]
|
|
name = "test_data_density_graph"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
re_log = { workspace = true, features = ["setup"] }
|
|
rerun = { path = "../../../crates/top/rerun", features = ["clap"] }
|
|
|
|
anyhow.workspace = true
|
|
rand = { workspace = true, features = ["std", "std_rng", "thread_rng"] }
|