Cargo+Main: Move from /src to /source

This avoids clashes with makepkg directories
This commit is contained in:
networkException 2022-08-15 13:04:36 +02:00
parent 3a014e9409
commit 0bf0c79d7d
No known key found for this signature in database
GPG key ID: C1F2658DC370C8FC
2 changed files with 4 additions and 0 deletions

View file

@ -10,3 +10,7 @@ clap = { version = "3.1.8", features = [ "derive" ] }
sha2 = "0.10.2"
rayon = "1.5.1"
indicatif = { version = "0.16.2", features = [ "rayon" ] }
[[bin]]
name = "restic-integrity"
path = "source/main.rs"