diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-10 21:57:04 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-10 21:57:04 +0800 |
commit | 4385163bf4809b27cf2576ad5cc379571d4264cf (patch) | |
tree | 1d649010f12c08c5136f56a60c84cdee3394a92d /control-flow/Cargo.toml | |
parent | 2dea1b048e0637346956b979f902dca88c48b616 (diff) |
Control the flow
Diffstat (limited to 'control-flow/Cargo.toml')
-rw-r--r-- | control-flow/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/control-flow/Cargo.toml b/control-flow/Cargo.toml new file mode 100644 index 0000000..b17539f --- /dev/null +++ b/control-flow/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "control-flow" +version = "0.1.0" +authors = ["Jordan Gong <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |