benchmark-repository-rs/Cargo.toml

19 lines
355 B
TOML
Raw Normal View History

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]
2020-01-10 14:30:33 +01:00
git2 = "0.11"
indicatif = "0.13"
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/"
2020-01-10 14:30:33 +01:00
branch = "master"