Compare commits

..

4 Commits

Author SHA1 Message Date
7cc2e1a56a Merge remote-tracking branch 'refs/remotes/origin/main' 2024-09-13 17:29:56 -05:00
f6f35aaa23 hi 2024-09-13 19:25:38 -03:00
a4df67b5a5 omg 2024-09-13 19:25:38 -03:00
9bb6b8ce48 chore: init 2024-09-13 19:25:38 -03:00

View File

@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.16", default-features = false, features = ["std", "color", "help", "usage", "derive", "cargo"] }
<<<<<<< HEAD
clap = { version = "4.5.17", default-features = false, features = ["std", "color", "help", "usage", "derive", "cargo"] }
dirs = "5.0.1"
[profile.dev]
@ -19,3 +20,5 @@ opt-level = "z"
lto = true
strip = true
panic = "abort"
=======
>>>>>>> refs/remotes/origin/main