diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-04-01 00:47:17 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-04-01 00:52:51 +0400 |
| commit | 950c3cfe266453a2a723c0d490baf1cd330a9c1e (patch) | |
| tree | 5216eaad2730c631678a1eac8924bfd6a48dedd9 /graph-checker/Cargo.toml | |
| parent | f7aa97e10a2fbddb76e1893b7deb193ad56e7192 (diff) | |
feat: replace stdin with geng-generator
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" |