scribe/Cargo.toml
Myrddin Dundragon 45efdb8ccb [#1] Updated the library to compile for Rust 2021.
This was mostly an issue of changing the way Trait objects were
implemented now that you are supposed to use the dyn keyword.

Also changed some atomic operations to use the new non-deprecated
functions.
2025-02-19 19:47:37 -05:00

16 lines
327 B
TOML

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