(rust) PathBuf push() behaviour

This commit is contained in:
2025-06-24 19:26:51 +02:00
parent 2b52a3d949
commit 1acb77331b
2 changed files with 23 additions and 185 deletions
-4
View File
@@ -7,11 +7,7 @@ edition = "2021"
anyhow = "1.0"
chrono = "0.4.41"
clap = { version = "4.5.0", features = ["derive"] }
ctrlc = "3.4"
dirs = "5.0.1"
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono" ] }
thiserror = "2.0.12"
tokio = { version = "1.42.0", features = ["full", "rt"] }
prost = "0.13"
proto = { path = "proto" }