Files
flipper/packer/Cargo.toml
Neeraj Narang 2cb21f2a06 Revert D30343539: Bump anyhow from 1.0.42 to 1.0.43 in /packer
Differential Revision:
D30343539 (44774225c3)

Original commit changeset: 9b34ef4c24f5

fbshipit-source-id: a77f30f245dfa203fe948acecdf4e40dc855c7c1
2021-08-16 15:51:34 -07:00

29 lines
653 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.35"
serde = { version = "1.0.127", features = ["derive"] }
serde_yaml = "0.8.17"
anyhow = "1.0.42"
sha2 = "0.9.5"
data-encoding = "2.3.2"
serde_json = "1.0.64"
rayon = "1.5.1"
indicatif = "^0.15"
xz2 = "0.1.6"
ignore = "^0.4.18"
[dev-dependencies]
tempdir = "0.3.7"