mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 19:43:06 +00:00
Added petgraph dependency
This commit is contained in:
parent
08929c3287
commit
d6d52824d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ byteorder = "1.0.0"
|
||||||
error-chain = "0.8.0"
|
error-chain = "0.8.0"
|
||||||
json = "0.11.5"
|
json = "0.11.5"
|
||||||
toml = "0.3"
|
toml = "0.3"
|
||||||
serde_derive = "0.9.9"
|
petgraph = "0.4.3"
|
||||||
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue