anki/rslib/process/Cargo.toml
Damien Elmes dd95f6f749 Check for stale licenses.json in minilints
+ Add an anki_process library with some helpers for command running.
2023-06-17 14:01:27 +10:00

15 lines
289 B
TOML

[package]
name = "anki_process"
publish = false
description = "Utils for better process error reporting"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
itertools = "0.10.5"
snafu = "0.7.4"