first tuple test

This commit is contained in:
Jon Janzen
2021-01-23 17:59:10 -07:00
parent 3c58271683
commit 864ad4d40b
4 changed files with 62 additions and 1 deletions

9
tuples/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "tuples"
version = "0.1.0"
authors = ["Jon Janzen <jonjanzen@me.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]