2018-09-28 16:19:14 +02:00
|
|
|
[package]
|
|
|
|
name = "benchmark_repository"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Patrick Lühne <patrick@luehne.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
git2 = "^0.7"
|
|
|
|
log = "0.4"
|
|
|
|
pretty_env_logger = "0.2"
|
|
|
|
indicatif = "0.9"
|
|
|
|
yaml-rust = "0.4"
|
|
|
|
notify = "4"
|
|
|
|
tempfile = "3"
|
2018-09-28 16:51:46 +02:00
|
|
|
walkdir = "2"
|
2018-09-28 16:19:14 +02:00
|
|
|
|
|
|
|
[dependencies.cpython]
|
|
|
|
git = "https://github.com/dgrunwald/rust-cpython/"
|
|
|
|
branch = "master"
|