From f057f39422ccf932630fe52038a91ab472f66b3d Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 5 Mar 2026 13:12:33 +0300 Subject: Initiate full_path as RelativePathBuf This is better than having it as string then converting it to path whenever we want to use it. It also ensures better interoperability between operating systems (though it would probably worked fine beforehand, but better be safe for the future). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c57e6ac..89d5c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } -relative-path = "2.0.1" +relative-path = { version = "2.0.1", features = ["serde"] } reqwest = { version = "0.13.2", features = ["cookies", "json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -- cgit v1.2.3-70-g09d2