aboutsummaryrefslogtreecommitdiff
path: root/primrose/Cargo.toml
blob: 6dbfbe7010354e7c194c8996d37feaf209a5121a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
resolver = "2"
members = [
    "crates/primrose",
    "crates/primrose-library",
    "crates/candelabra-cli",
    "crates/candelabra-benchmarker"
]

[workspace.dependencies]
log = { version = "0.4.20" }
env_logger = "0.10.0"
thiserror = "1.0.49"
anyhow = "1.0.75"
rand = "0.8.5"