diff --git a/Cargo.toml b/Cargo.toml index 5c0e352..76320e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ name = "gclone" path = "src/gclone.rs" [[bin]] -name = "cdg" -path = "src/cdg.rs" +name = "pgd" +path = "src/pgd.rs" diff --git a/src/cdg.rs b/src/pgd.rs similarity index 100% rename from src/cdg.rs rename to src/pgd.rs