Files
flipper/packer/Cargo.toml
Pascal Hartig aad6890f0f v0.2.0
Summary:
Bumping the version as the manifest is very much incompatible
with the previous one.

Reviewed By: jknoxville

Differential Revision: D24078358

fbshipit-source-id: 562a1216e8c913b18a2509b126402dbd56054c8d
2020-10-02 08:22:30 -07:00

28 lines
648 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.2.0"
authors = ["Facebook, Inc."]
edition = "2018"
[dependencies]
clap = "^2.33.1"
shellexpand = "^2.0.0"
tar = "^0.4.26"
serde = { version = "^1.0.106", features = ["derive"] }
serde_yaml = "^0.8.11"
anyhow = "^1.0.31"
sha2 = "^0.8.1"
data-encoding = "^2.3.0"
serde_json = "^1.0.52"
rayon = "^1.3.0"
indicatif = "^0.14.0"
xz2 = "^0.1.6"
[dev-dependencies]
tempdir = "^0.3.7"