Implement specifying working_directory in config file

This commit is contained in:
2024-11-25 20:34:31 +01:00
parent 9a212a85ea
commit 26133a692f
5 changed files with 140 additions and 45 deletions

View File

@@ -30,6 +30,10 @@ chrono = "0.4.38"
strum = "0.26"
strum_macros = "0.26"
rand = "0.8.5"
xdg = "2.5.2"
toml = "0.8.19"
serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0.93"
# strum = { version = "0.26", features = ["derive"] }
[profile.dev.package.sqlx-macros]