Initial commit of rust/ directory. First "Hello, rust world!" program.

This commit is contained in:
Ed Braaten 2020-10-10 17:24:29 -07:00
parent eb12c8f9cf
commit 18e6cfbb11
3 changed files with 17 additions and 0 deletions

9
rust/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "rust"
version = "0.1.0"
authors = ["Ed Braaten <ed.braaten@protonmail.ch>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]