dd95f6f749
+ Add an anki_process library with some helpers for command running.
15 lines
289 B
TOML
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"
|