Skip to content

Commit

Permalink
logger 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jun 6, 2021
1 parent a00fe34 commit f49c57a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "trillium-logger"
version = "0.1.0"
authors = ["Jacob Rothstein <[email protected]>"]
edition = "2018"
description = "logger for trillium.rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/trillium"
readme = "../README.md"
keywords = ["trillium", "framework", "async"]
keywords = ["trillium", "framework", "async", "logging"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
Expand Down

0 comments on commit f49c57a

Please sign in to comment.