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