Try to fix saving plugins with "\\" in path

This commit is contained in:
2022-09-05 18:47:43 -04:00
parent e531386095
commit fe908799d7
3 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ description = "Saves Skyrim mod cell edits to a database"
anyhow = "1.0"
argh = "0.1"
chrono = { version = "0.4", features = ["serde"] }
compress-tools = "0.12"
compress-tools = "0.13"
dotenv = "0.15"
futures = "0.3"
humansize = "1.1"