Skip to content

Commit

Permalink
Added license info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mikusa committed Apr 17, 2019
1 parent f166727 commit fbfb024
Show file tree
Hide file tree
Showing 6 changed files with 1,055 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
data/
332 changes: 332 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@ name = "top-logs"
version = "0.1.0"
authors = ["Daniel Mikusa <[email protected]>"]
edition = "2018"
description = "Tops logs is a tool which can be used to parse through access logs to understand usage trends and hunt for problems"
repository = "https://github.com/dmikusa-pivotal/top-logs"
readme = "README.md"
license = "Apache-2.0"
keywords = ["access", "logs", "parse"]
categories = ["parsing", "parser-implementations"]

[dependencies]
access_log_parser = "^0.1"
chrono = "^0.4"
http = "^0.1"
defaultmap = "^0.3"
prettytable-rs = "^0.8"
clap = "^2"
Loading

0 comments on commit fbfb024

Please sign in to comment.