[package] name = "simple-pagerank" version = "0.2.0" authors = ["Cesar Rodas "] edition = "2018" license = "MIT" description = "Simple library to calculate the PageRank of a graph" repository = "https://github.com/crodas/pagerank-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]