diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 14:03:13 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 14:03:13 +0800 |
commit | 3cda6fa25939e2857f5de116af976b79179cbcf8 (patch) | |
tree | 6937413157062425eda3ecadf0be3fcd8b908622 /restaurant/Cargo.toml | |
parent | b80354d75b58858f9c90a9c52e2bceb1ee013cdb (diff) |
Manage modules
Diffstat (limited to 'restaurant/Cargo.toml')
-rw-r--r-- | restaurant/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/restaurant/Cargo.toml b/restaurant/Cargo.toml new file mode 100644 index 0000000..7ed2828 --- /dev/null +++ b/restaurant/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "restaurant" +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] |