mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
15 lines
301 B
TOML
15 lines
301 B
TOML
[package]
|
|
name = "makeapp"
|
|
version = "0.1.0"
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.53"
|
|
apple-bundles = "0.6.0"
|
|
glob = "0.3.0"
|
|
lazy_static = "1.4.0"
|
|
plist = "1.3.1"
|
|
tugger-file-manifest = "0.6.0"
|
|
walkdir = "2.3.2"
|