1
0
Fork 0
tplp-planning-benchmark/benchmark-new/benchmark_repository/Cargo.toml

19 lines
346 B
TOML
Raw Normal View History

2018-09-17 15:42:26 +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"
2018-09-26 01:17:50 +02:00
yaml-rust = "0.4"
2018-09-27 17:26:41 +02:00
notify = "4"
tempfile = "3"
2018-09-28 00:13:46 +02:00
walkdir = "2"
2018-09-17 15:42:26 +02:00
[dependencies.cpython]
git = "https://github.com/dgrunwald/rust-cpython/"
branch = "master"