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

View File

@@ -21,7 +21,7 @@ scraper = "0.12"
seahash = "4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono"] }
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono", "json"] }
skyrim-cell-dump = "0.3.1"
tempfile = "3.2"
tokio = { version = "1.5.0", features = ["full"] }