summaryrefslogtreecommitdiffstats
path: root/tests/version-sync/Cargo.toml
blob: d6f285fe7a7c0efa03b48895467fecb48d665c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "version-sync"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
license = "LGPL-2.1"

# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of
# any imag command might need, ever.
publish = false

[dev-dependencies]
env_logger   = "0.7"
log          = "0.4.6"
version-sync = "0.8"
walkdir      = "2"
toml-query   = "0.10"
toml         = "0.5"