scribe/Cargo.toml
Jason Travis Smith 77d217069f Get logger now returns the logger properly.
It was incorrectly testing the state and would only return a logger
while it was in the initializing state. This is the opposite of what
was desired.
2016-09-06 11:55:20 -04:00

15 lines
298 B
TOML

[package]
name = "scribe"
version = "0.5.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Handles logging."
license = ""
repository = "https://gitlab.com/CyberMages/scribe.git"
documentation = ""
keywords = ["scribe", "logging"]
[features]
default = []
use_std = []