2023-05-26 04:49:44 +02:00
|
|
|
[package]
|
|
|
|
name = "minilints"
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
publish = false
|
2023-05-26 04:49:44 +02:00
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
anki_io.workspace = true
|
|
|
|
anki_process.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
camino.workspace = true
|
|
|
|
once_cell.workspace = true
|
|
|
|
walkdir.workspace = true
|
|
|
|
which.workspace = true
|