https://github.com/microgravitas/mantis-shrimp
Raw File
Tip revision: b45f2d7521ee738e721636bde744b595c98005bf authored by Felix on 26 April 2023, 22:59:37 UTC
Fixed mistake in degree computation
Tip revision: b45f2d7
Cargo.toml
[package]
name = "mshrimp"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fxhash = "0.2.1"
graphbench = { git = "https://github.com/microgravitas/graphbench.git" } 
itertools = "0.10.5"
clap = { version = "3.2.17", features = ["derive"] }

[dev-dependencies]
rand = "0.8.5"
back to top