Use updated droplet-rs

(currently only local installation of droplet supported)
This commit is contained in:
quexeky
2026-01-29 08:52:21 +11:00
parent b7a429543a
commit 9077a30bee
5 changed files with 55 additions and 73 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ clap = { version = "4.5.54", features = ["derive"] }
console = "0.16.2"
dialoguer = "0.12.0"
dirs = "6.0.0"
droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.14" }
droplet-rs = { path = "../droplet-rs", version = "0.14" }
fern = { version = "0.7.1", features = ["colored"] }
futures = "0.3.31"
indicatif = "0.18.3"