Differential Revision:
D28181980 (ff6f8eb8cf)
Original commit changeset: 136cfaadd9b4
fbshipit-source-id: 039c170a9096bd338dee193b1b7be4f403f1d36c
29 lines
654 B
TOML
29 lines
654 B
TOML
[package]
|
|
name = "flipper-packer"
|
|
description = "Helper tool that breaks down a Flipper release into smaller artifacts."
|
|
license = "MIT"
|
|
repository = "https://github.com/facebook/flipper.git"
|
|
keywords = ["flipper", "cli"]
|
|
categories = ["development-tools"]
|
|
version = "0.3.0"
|
|
authors = ["Facebook, Inc."]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
shellexpand = "2.1.0"
|
|
tar = "0.4.33"
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
serde_yaml = "0.8.17"
|
|
anyhow = "1.0.40"
|
|
sha2 = "0.9.3"
|
|
data-encoding = "2.3.2"
|
|
serde_json = "1.0.64"
|
|
rayon = "1.5.0"
|
|
indicatif = "0.15.0"
|
|
xz2 = "0.1.6"
|
|
ignore = "^0.4.17"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|