[package]
edition = "2021"
name = "logomotion"
version = "0.2.0"
authors = ["Cayden Lund <caydenlund@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macro-based logging framework for rust"
homepage = "https://github.com/caydenlund/logomotion"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/caydenlund/logomotion"
[lib]
name = "logomotion"
path = "src/lib.rs"
[[bin]]
name = "logomotion"
path = "src/main.rs"
[dependencies]