benchmark-repository-rs/Cargo.toml

19 lines
355 B
TOML

[package]
name = "benchmark_repository"
version = "0.1.0"
authors = ["Patrick Lühne <patrick@luehne.de>"]
edition = "2018"
[dependencies]
git2 = "0.11"
indicatif = "0.13"
log = "0.4"
pretty_env_logger = "0.3"
tempfile = "3.0"
walkdir = "2.2"
yaml-rust = "0.4"
[dependencies.cpython]
git = "https://github.com/dgrunwald/rust-cpython/"
branch = "master"