[package] name = "candelabra" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { workspace = true } primrose = { path = "../primrose" } anyhow = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } camino = "1.1.6" cargo_metadata = "0.18.1" glob = "0.3.1" tempfile = "3" nalgebra = "0.32.3"