Files
2026-07-13 13:05:14 +08:00

43 lines
1015 B
TOML

[package]
name = "re_dev_tools"
authors.workspace = true
description = "Various tools for rerun development"
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = false
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true
[dependencies]
re_build_tools.workspace = true
re_format.workspace = true
# External
anyhow.workspace = true
argh.workspace = true
camino.workspace = true
cargo_metadata.workspace = true
glob.workspace = true
indicatif.workspace = true
itertools.workspace = true
rayon.workspace = true
roxmltree.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
tempfile.workspace = true
toml = { workspace = true, features = ["parse", "preserve_order", "serde"] }
ureq = { workspace = true, features = ["json"] }
url.workspace = true
wasm-bindgen-cli-support.workspace = true