autocommit 2022-04-13 21:01:32 CEST
This commit is contained in:
parent
661a28e5b0
commit
916e3644c3
30 changed files with 681 additions and 73 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -314,6 +314,7 @@ dependencies = [
|
|||
"bitflags",
|
||||
"bstr",
|
||||
"byteorder",
|
||||
"chrono",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"default-config",
|
||||
|
|
@ -328,6 +329,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"once_cell",
|
||||
"pin-project",
|
||||
"qoi",
|
||||
"rand",
|
||||
"repc",
|
||||
"smallvec",
|
||||
|
|
@ -515,6 +517,10 @@ dependencies = [
|
|||
"unicode-xid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "qoi"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue