mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

This allows us to be consistent about the required versions for each of the member packages. Fixes #3088.
25 lines
593 B
TOML
25 lines
593 B
TOML
[package]
|
|
name = "integration-tests"
|
|
version = "0.4.1"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
taskchampion = { path = "../taskchampion" }
|
|
taskchampion-lib = { path = "../lib" }
|
|
taskchampion-sync-server = { path = "../sync-server" }
|
|
|
|
[dev-dependencies]
|
|
anyhow.workspace = true
|
|
actix-web.workspace = true
|
|
actix-rt.workspace = true
|
|
tempfile.workspace = true
|
|
pretty_assertions.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|
|
lazy_static.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc.workspace = true
|