aboutsummaryrefslogtreecommitdiff
path: root/src/crates/candelabra/Cargo.toml
blob: bc9db7d06247547fa3461e1cb67e5e65840e6675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"