18 lines
353 B
TOML
18 lines
353 B
TOML
[package]
|
|
name = "benchmark_repository"
|
|
version = "0.1.0"
|
|
authors = ["Patrick Lühne <patrick@luehne.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
git2 = "0.8"
|
|
indicatif = "0.11"
|
|
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" |