fix: improved timeago performance
This commit is contained in:
parent
cc63477406
commit
500ea77788
8 changed files with 3064 additions and 1088 deletions
|
|
@ -29,6 +29,7 @@ futures = "0.3.21"
|
|||
indicatif = "0.17.0"
|
||||
filenamify = "0.1.0"
|
||||
ress = "0.11.4"
|
||||
phf = "0.11.1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
|
|
@ -39,3 +40,4 @@ insta = "1.17.1"
|
|||
velcro = "0.5.3"
|
||||
unic-langid = "0.9.0"
|
||||
intl_pluralrules = "7.0.1"
|
||||
phf_codegen = "0.11.1"
|
||||
|
|
|
|||
Reference in a new issue