Add command for writing cell edits over time

This commit is contained in:
2023-11-15 16:59:28 -05:00
parent 9fcac0ce39
commit c931eeca86
7 changed files with 466 additions and 159 deletions

View File

@@ -21,10 +21,10 @@ scraper = "0.16"
seahash = "4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono", "json"] }
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono", "json"] }
skyrim-cell-dump = "0.4"
tempfile = "3.5"
tokio = { version = "1.27", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }
tokio-util = { version = "0.7", features = ["compat"] }
tracing = "0.1"
tracing-appender = "0.2"