mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
14 lines
315 B
TOML
14 lines
315 B
TOML
[package]
|
|
name = "anki_io"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
description = "Utils for better I/O error reporting"
|
|
|
|
[dependencies]
|
|
camino.workspace = true
|
|
snafu.workspace = true
|
|
tempfile.workspace = true
|