mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
14 lines
289 B
TOML
14 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"
|