Implement internal runner
This commit is contained in:
parent
d15d6588f7
commit
416e3e6aa1
7 changed files with 247 additions and 26 deletions
|
|
@ -18,6 +18,7 @@ humantime-serde = "1.1.1"
|
|||
mime_guess = "2.0.4"
|
||||
open = "5.0.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.9.3"
|
||||
rust-embed = { version = "6.8.1", features = ["interpolate-folder-path"] }
|
||||
serde = { version = "1.0.181", features = ["derive"] }
|
||||
serde_repr = "0.1.16"
|
||||
|
|
@ -29,6 +30,7 @@ tokio-stream = "0.1.14"
|
|||
toml = "0.7.6"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
walkdir = "2.3.3"
|
||||
|
||||
[dependencies.gix]
|
||||
version = "0.51.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue