2018-09-28 16:19:14 +02:00
|
|
|
[package]
|
|
|
|
name = "benchmark_repository"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Patrick Lühne <patrick@luehne.de>"]
|
2019-03-01 14:58:49 +01:00
|
|
|
edition = "2018"
|
2018-09-28 16:19:14 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2019-03-01 15:32:12 +01:00
|
|
|
git2 = "0.8"
|
|
|
|
indicatif = "0.11"
|
2018-10-04 17:35:12 +02:00
|
|
|
log = "0.4"
|
2019-03-01 15:32:12 +01:00
|
|
|
pretty_env_logger = "0.3"
|
|
|
|
tempfile = "3.0"
|
|
|
|
walkdir = "2.2"
|
2018-10-04 17:35:12 +02:00
|
|
|
yaml-rust = "0.4"
|
2018-09-28 16:19:14 +02:00
|
|
|
|
|
|
|
[dependencies.cpython]
|
|
|
|
git = "https://github.com/dgrunwald/rust-cpython/"
|
2019-03-01 14:58:49 +01:00
|
|
|
branch = "master"
|