Summary: Upgrade to indicatif 0.16 and remove this as an exposed dep in the third-party repo. Reviewed By: aigoncharov Differential Revision: D36591356 fbshipit-source-id: e3e3d67f8522b94861b34422606b85afbebf669b
29 lines
675 B
TOML
29 lines
675 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.4.0"
|
|
authors = ["Facebook, Inc."]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "^3", features = ["derive", "cargo"] }
|
|
shellexpand = "^2"
|
|
tar = "0.4.38"
|
|
serde = { version = "^1", features = ["derive"] }
|
|
serde_yaml = "0.8.24"
|
|
anyhow = "^1"
|
|
sha2 = "0.10.2"
|
|
data-encoding = "^2"
|
|
serde_json = "^1"
|
|
rayon = "^1.5"
|
|
indicatif = "^0.16"
|
|
xz2 = "0.1.6"
|
|
ignore = "0.4.18"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|