autocommit 2022-03-29 14:11:25 CEST
This commit is contained in:
parent
9630354245
commit
6ebf731aea
74 changed files with 650 additions and 317 deletions
|
|
@ -29,13 +29,15 @@ isnt = "0.1.0"
|
|||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }
|
||||
backtrace = { version = "0.3.64", optional = true }
|
||||
byteorder = "1.4.3"
|
||||
chrono = { version = "0.4.19", optional = true }
|
||||
bincode = "2.0.0-rc.1"
|
||||
jay-config = { path = "jay-config" }
|
||||
default-config = { path = "default-config" }
|
||||
pin-project = "1.0.10"
|
||||
clap = { version = "3.1.6", features = ["derive", "wrap_help"] }
|
||||
|
||||
backtrace = { version = "0.3.64", optional = true }
|
||||
chrono = { version = "0.4.19", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
repc = "0.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue