Added Cargo.toml and main.rs, even though neither does anything of interest
yet.
This commit is contained in:
parent
ccdad5b974
commit
0092c30390
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[package]
|
||||||
|
|
||||||
|
name = "post_scarcity"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Simon Brooke <simon@journeyman.cc>"]
|
||||||
|
|
||||||
|
[dependencies]
|
4
src/main.rs
Normal file
4
src/main.rs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Post-scarcity software environment, version 0");
|
||||||
|
println!("Note: This does not work yet.");
|
||||||
|
}
|
Loading…
Reference in a new issue