mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
15 lines
No EOL
242 B
TOML
15 lines
No EOL
242 B
TOML
[package]
|
|
name = "compress"
|
|
version = "0.0.1"
|
|
authors = ["Kamil Kisiela <kamil.kisiela@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "compress"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
flate2 = "1.0.30"
|
|
tar = "0.4" |