diff options
Diffstat (limited to '')
-rw-r--r-- | examples/misc/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/misc/Cargo.toml b/examples/misc/Cargo.toml new file mode 100644 index 00000000..31ffeaf9 --- /dev/null +++ b/examples/misc/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "misc" +version = "0.1.0" +authors = ["Son Ho <hosonmarc@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |