-
-
Notifications
You must be signed in to change notification settings - Fork 254
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 609 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "apple-bundle"
version = "0.5.0-pre"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
description = "Interface with Apple bundle primitives"
keywords = ["apple", "macos", "bundle", "appbundle"]
homepage = "https://github.com/indygreg/PyOxidizer"
repository = "https://github.com/indygreg/PyOxidizer.git"
readme = "README.md"
[target.'cfg(target_vender="apple")'.dependencies]
anyhow = "1.0"
plist = "1.2"
walkdir = "2.3"
[target.'cfg(target_vender="apple")'.dependencies.tugger-file-manifest]
version = "0.5.0-pre"
path = "../tugger-file-manifest"