aboutsummaryrefslogtreecommitdiff
path: root/difftree/Cargo.toml
blob: 0aae03b7d89fca18c6c9a02c10d3c76774d62708 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "difftree"
version = "0.1.0"
edition = "2021"

[dependencies]
rayon = "1.8.0"
rand = "0.8.5"

framework = { path = "../framework" }