-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (23 loc) · 746 Bytes
/
Cargo.toml
File metadata and controls
27 lines (23 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "folderify"
version = "4.1.4-dev"
edition = "2021"
description = "Generate a native-style macOS folder icon from a mask file."
license = "MIT"
homepage = "https://github.com/lgarron/folderify"
documentation = "https://github.com/lgarron/folderify"
repository = "https://github.com/lgarron/folderify"
keywords = ["macos", "icons"]
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
clap_complete = "4.2.0"
include_dir = "0.7.3"
indicatif = "0.17.5"
mktemp = "0.5.0"
shadow-rs = { version = "1.2.0", default-features = false }
[build-dependencies]
shadow-rs = "1.2.0"
[[bin]]
name = "folderify"