943dddf28f
* Temporarily disable hakari * Upgrade compatible deps except Chrono * Update semver-incompatible crates * Re-enable hakari * Update licenses & cargo-deny * Fix new clippy lints * Update to latest Rust
17 lines
371 B
TOML
17 lines
371 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.2"
|
|
clap = { version = "4.1.1", features = ["derive"] }
|
|
junction = "0.2.0"
|
|
termcolor = "1.2.0"
|
|
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|