blob: 3b07487f3c2704d2533ab85374b3be84027a13d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "graph-checker"
version = "0.1.0"
edition = "2021"
links = "nauty"
build = "build.rs"
[dependencies]
rayon = "1.10.0"
[build-dependencies]
cc = "1.0"
|