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 9576f922a6
commit 1d7620cc65
Signed by: networkException
GPG key ID: E3877443AE684391
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"