update
... | ... | @@ -5,6 +5,7 @@ authors = ["dwuggh <dwuggh@gmail.com>"] |
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
build = "build.rs" | ||
[dependencies] | ||
log = "0.4" | ||
... | ... | @@ -12,5 +13,7 @@ env_logger = "0.8.3" |
ansi_term = "0.12" | ||
petgraph = "0.5.1" | ||
rand = "0.8.3" | ||
fastrand = "1.4.1" | ||
clap = "3.0.0-beta.2" | ||
rayon = "1.5" | ||
libc = "0.2" |
bin/blossom5
0 → 100755
File added
bin/libblossom5.so
0 → 100755
File added
build.rs
0 → 100644
No preview for this file type
src/algo/interface.rs
0 → 100644
Please register or sign in to comment