Show More
@@ -369,6 +369,12 b' dependencies = [' | |||
|
369 | 369 | ] |
|
370 | 370 | |
|
371 | 371 | [[package]] |
|
372 | name = "hex" | |
|
373 | version = "0.4.3" | |
|
374 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
375 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | |
|
376 | ||
|
377 | [[package]] | |
|
372 | 378 | name = "hg-core" |
|
373 | 379 | version = "0.1.0" |
|
374 | 380 | dependencies = [ |
@@ -413,6 +419,7 b' dependencies = [' | |||
|
413 | 419 | "libc", |
|
414 | 420 | "log", |
|
415 | 421 | "stable_deref_trait", |
|
422 | "vcsgraph", | |
|
416 | 423 | ] |
|
417 | 424 | |
|
418 | 425 | [[package]] |
@@ -987,6 +994,17 b' source = "registry+https://github.com/ru' | |||
|
987 | 994 | checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
|
988 | 995 | |
|
989 | 996 | [[package]] |
|
997 | name = "vcsgraph" | |
|
998 | version = "0.2.0" | |
|
999 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
1000 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" | |
|
1001 | dependencies = [ | |
|
1002 | "hex", | |
|
1003 | "rand", | |
|
1004 | "sha-1", | |
|
1005 | ] | |
|
1006 | ||
|
1007 | [[package]] | |
|
990 | 1008 | name = "vec_map" |
|
991 | 1009 | version = "0.8.2" |
|
992 | 1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
General Comments 0
You need to be logged in to leave comments.
Login now