Logging #26

Open
leon wants to merge 33 commits from Logging into main
Showing only changes of commit 047a6512da - Show all commits

View File

@ -1,3 +1,5 @@
workspace = { members = ["config", "logging"] }
[package]
name = "wanessa"
version = "0.1.0"
@ -17,4 +19,4 @@ nursery = "deny" # wip lints: https://rust-lang.github.io/rust-clippy/master/ind
unwrap_used = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/unwrap_used
missing_const_for_fn = "warn" # https://rust-lang.github.io/rust-clippy/master/index.html#/missing_const_for_fn
missing_assert_message = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/missing_assert_message
missing_errors_doc = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/missing_assert_message
missing_errors_doc = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/missing_assert_message