arbre 0.0.0

Living documents
Documentation
[dependencies.log]
version = "0.4.20"

[dependencies.ombre]
version = "0"

[lib]
name = "arbre"
path = "src/lib.rs"

[lints.clippy]
bool_assert_comparison = "allow"
len_without_is_empty = "allow"
let_unit_value = "allow"
single_match = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unwrap_used = "warn"

[lints.rust]
rust_2018_idioms = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Living documents"
edition = "2021"
license = "MIT"
name = "arbre"
readme = false
version = "0.0.0"