mirror of
https://github.com/trussed-dev/delog.git
synced 2026-06-20 04:16:34 -07:00
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
authors = ["Trussed Developers"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.delog]
|
|
path = ".."
|
|
features = ["example"]
|
|
|
|
[features]
|
|
default = ["log-all"]
|
|
log-none = []
|
|
log-all = []
|
|
|
|
log-warn = []
|