diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 51f1459..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] - -name = "post_scarcity" -version = "0.1.0" -authors = ["Simon Brooke "] - -[dependencies] \ No newline at end of file diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index b310394..0000000 --- a/src/main.rs +++ /dev/null @@ -1,4 +0,0 @@ -fn main() { - println!("Post-scarcity software environment, version 0"); - println!("Note: This does not work yet."); -}