Summary: Compresses artifacts with LZMA by default. `--no-compression` can be used to skip the quite time-intensive task to just quickly check if the archives still add up to a full distribution. Reviewed By: jknoxville Differential Revision: D21456052 fbshipit-source-id: dfa4686f3fe7ce342b62dab4b5203bc0aad37d9a
23 lines
425 B
TOML
23 lines
425 B
TOML
[package]
|
|
name = "flipper-packer"
|
|
version = "0.1.0"
|
|
authors = ["Facebook, Inc."]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "^2.33.0"
|
|
shellexpand = "^2.0.0"
|
|
tar = "^0.4.26"
|
|
serde = { version = "^1.0.106", features = ["derive"] }
|
|
serde_yaml = "^0.8.11"
|
|
anyhow = "^1.0.28"
|
|
sha2 = "^0.8.1"
|
|
data-encoding = "^2.2.0"
|
|
serde_json = "^1.0.52"
|
|
rayon = "^1.3.0"
|
|
indicatif = "^0.14.0"
|
|
xz2 = "^0.1.6"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "^0.3.7"
|