Files
flipper/packer/Cargo.toml
Pascal Hartig c275fb667a Fix build
Summary:
Indicatif 0.16 is incompatible with 0.15. Internally, we only have the latter
so I'm reverting instead of fixing forward.

Reviewed By: jknoxville

Differential Revision: D28899744

fbshipit-source-id: 0461073083f34887babbed13abb55a3dbfa1d801
2021-06-04 08:37:39 -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.126", features = ["derive"] }
serde_yaml = "0.8.17"
anyhow = "1.0.40"
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.17"
[dev-dependencies]
tempdir = "0.3.7"