diff options
Diffstat (limited to 'graph-checker/Cargo.toml')
| -rw-r--r-- | graph-checker/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml index e2e9bfc..3b07487 100644 --- a/graph-checker/Cargo.toml +++ b/graph-checker/Cargo.toml @@ -2,6 +2,8 @@ name = "graph-checker" version = "0.1.0" edition = "2021" +links = "nauty" +build = "build.rs" [dependencies] rayon = "1.10.0" |