-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 742 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (23 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "salt-compressor"
version = "0.4.2"
authors = ["Alexander Thaller <alexander.thaller@trivago.com>"]
description = "Compress the output of saltstack-runs to make it easier to review changes that happen to a lot of servers."
homepage = "https://github.com/AlexanderThaller/salt-compressor"
repository = "https://github.com/AlexanderThaller/salt-compressor"
readme = "README.md"
keywords = ["saltstack", "ops", "opsworks", "automation", "tool"]
license = "MIT"
edition = "2018"
[badges]
travis-ci = { repository = "AlexanderThaller/salt-compressor", branch = "master" }
[dependencies]
colored = "1"
log = "0.4"
loggerv = "0.7"
regex = "1"
serde_json = "1"
chrono = "0.4"
[dependencies.clap]
version = "2"
features = ["yaml"]