b4f4df0030
Also pin reqwest in our other crates
17 lines
372 B
TOML
17 lines
372 B
TOML
[package]
|
|
name = "runner"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
camino = "1.1.1"
|
|
clap = { version = "4.0.29", features = ["derive"] }
|
|
junction = "0.2.0"
|
|
termcolor = "1.1.3"
|
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|