diff options
Diffstat (limited to 'horcrux')
-rwxr-xr-x | horcrux/Cargo.toml | 7 | ||||
-rwxr-xr-x | horcrux/src/main.rs | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/horcrux/Cargo.toml b/horcrux/Cargo.toml deleted file mode 100755 index f6996ac..0000000 --- a/horcrux/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "horcrux" -version = "0.1.0" -authors = ["Adam Carpenter <carpenat@ES.AD.ADP.COM>"] -edition = "2018" - -[dependencies] diff --git a/horcrux/src/main.rs b/horcrux/src/main.rs deleted file mode 100755 index e7a11a9..0000000 --- a/horcrux/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} |