2015-12-03 16:24:16 -05:00
|
|
|
[package]
|
|
|
|
name = "scribe"
|
2016-08-24 11:41:48 -04:00
|
|
|
version = "0.5.0"
|
2025-02-19 19:47:37 -05:00
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
2016-06-27 18:22:25 -04:00
|
|
|
description = "Handles logging."
|
|
|
|
license = ""
|
2025-02-19 19:47:37 -05:00
|
|
|
repository = "https://workshop.cybermages.tech/CyberMages/scribe.git"
|
2016-06-27 18:22:25 -04:00
|
|
|
documentation = ""
|
|
|
|
keywords = ["scribe", "logging"]
|
2025-02-19 19:47:37 -05:00
|
|
|
edition = "2021"
|
2016-08-24 11:41:48 -04:00
|
|
|
|
2016-08-24 12:57:44 -04:00
|
|
|
|
2016-08-24 11:41:48 -04:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
use_std = []
|