Summary: Hoovering up a bunch of dependabot notices again. Can't bump indicatif because it's not been pulled internally. Reviewed By: mweststrate Differential Revision: D30667315 fbshipit-source-id: 1c089a5b6c1455bd9654a4f5899fb4b7ce67c098
29 lines
652 B
TOML
29 lines
652 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.36"
|
|
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.66"
|
|
rayon = "1.5.1"
|
|
indicatif = "^0.15"
|
|
xz2 = "0.1.6"
|
|
ignore = "0.4.18"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|