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

* Temporarily disable hakari * Upgrade compatible deps except Chrono * Update semver-incompatible crates * Re-enable hakari * Update licenses & cargo-deny * Fix new clippy lints * Update to latest Rust
23 lines
559 B
TOML
23 lines
559 B
TOML
[package]
|
|
name = "makeapp"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
apple-bundles = "0.17.0"
|
|
camino = "1.1.2"
|
|
clap = { version = "4.1.1", features = ["derive"] }
|
|
glob = "0.3.1"
|
|
lazy_static = "1.4.0"
|
|
plist = "1.4.0"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
serde_json = "1.0.91"
|
|
simple-file-manifest = "0.11.0"
|
|
walkdir = "2.3.2"
|
|
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }
|