Refactor and document nick module
This commit is contained in:
parent
92ea7f0aa0
commit
096df5d9fa
3 changed files with 13 additions and 7 deletions
|
|
@ -4,9 +4,11 @@ version = "0.6.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
caseless = "0.2.1"
|
||||
jiff = { version = "0.1.15", default-features = false, features = ["std"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
unicode-normalization = "0.1.24"
|
||||
|
||||
[lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue