feat: basics

This commit is contained in:
DecDuck
2025-12-13 21:29:41 +11:00
parent 1cd607f5b5
commit aa21a779ff
3 changed files with 1170 additions and 2 deletions
+3
View File
@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
droplet-rs = { git = "https://github.com/Drop-OSS/droplet-rs.git", version = "0.11.1" }
indicatif = "0.18.3"
tokio = { version = "1.48.0", features = ["macros"] }