mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

Version numbers are not required by the license, and keeping them in means the build breaks after merging in a dependabot update.
17 lines
370 B
TOML
17 lines
370 B
TOML
[package]
|
|
name = "minilints"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anki_io.workspace = true
|
|
anki_process.workspace = true
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
serde_json.workspace = true
|
|
walkdir.workspace = true
|
|
which.workspace = true
|