Summary: Bringing a few dependabot PRs together. Reviewed By: timur-valiev Differential Revision: D30781333 fbshipit-source-id: 80b775803d48cb1f8a27424b500b352ddaf9c893
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.37"
|
|
serde = { version = "1.0.130", features = ["derive"] }
|
|
serde_yaml = "0.8.20"
|
|
anyhow = "1.0.43"
|
|
sha2 = "0.9.6"
|
|
data-encoding = "2.3.2"
|
|
serde_json = "1.0.67"
|
|
rayon = "1.5.1"
|
|
indicatif = "^0.15"
|
|
xz2 = "0.1.6"
|
|
ignore = "0.4.18"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|