Files
flipper/packer/Cargo.toml
Pascal Hartig a3e323c4b5 Loosen version constraints (#1150)
Summary:
Close https://github.com/facebook/flipper/issues/1147
Close https://github.com/facebook/flipper/issues/1148
Close https://github.com/facebook/flipper/issues/1148

Test Case:
cargo run
Pull Request resolved: https://github.com/facebook/flipper/pull/1150

Reviewed By: jknoxville

Differential Revision: D21503792

Pulled By: passy

fbshipit-source-id: f4093c76c93a836a4aaa4a9b0a08f6f5190fe2fd
2020-05-12 04:18:52 -07:00

22 lines
410 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"
[dev-dependencies]
tempdir = "^0.3.7"