anki/build/runner/Cargo.toml
Damien Elmes b4f4df0030 Pin chrono; update compatible Rust crates
Also pin reqwest in our other crates
2022-11-30 12:38:10 +10:00

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" }