Add cli option to save cell data json to directory

This commit is contained in:
2022-01-17 19:25:07 -05:00
parent e779e94eff
commit a78fa4772b
5 changed files with 81 additions and 9 deletions

2
Cargo.lock generated
View File

@@ -1731,6 +1731,7 @@ version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
@@ -1928,6 +1929,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-rt",