2023-06-12 07:24:57 +02:00
|
|
|
[package]
|
|
|
|
name = "anki_io"
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
publish = false
|
2023-06-12 07:24:57 +02:00
|
|
|
rust-version.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
description = "Utils for better I/O error reporting"
|
2023-06-12 07:24:57 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
snafu.workspace = true
|
|
|
|
tempfile.workspace = true
|