mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
15 lines
329 B
TOML
15 lines
329 B
TOML
[package]
|
|
name = "makeinstall"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
clap.workspace = true
|
|
tugger-windows-codesign.workspace = true
|
|
walkdir.workspace = true
|