Logging #26
@ -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
|
||||
|
Reference in New Issue
Block a user