Summary: New version Reviewed By: lblasa Differential Revision: D38199257 fbshipit-source-id: 9be9f52d21a50eeceefa16088b73d4c05847b19c
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.5.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"
|