From 939236b0a189d96e0a265ff1dcdee9e9dc5196a8 Mon Sep 17 00:00:00 2001 From: Jake Vossen Date: Sun, 14 Feb 2021 23:47:52 -0700 Subject: [PATCH] moved to src --- Cargo.toml | 1 - main.rs => src/main.rs | 0 2 files changed, 1 deletion(-) rename main.rs => src/main.rs (100%) diff --git a/Cargo.toml b/Cargo.toml index d450d1e..8dfe5cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,3 @@ edition = "2018" [[bin]] name = "pi-generator-from-blocks" -path = "main.rs" diff --git a/main.rs b/src/main.rs similarity index 100% rename from main.rs rename to src/main.rs