diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..51f1459 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[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 new file mode 100644 index 0000000..b310394 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,4 @@ +fn main() { + println!("Post-scarcity software environment, version 0"); + println!("Note: This does not work yet."); +}