From 0e05964fff11e3add0937e8288ebd3ec33b53fd0 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 4 Aug 2020 08:53:28 +0800 Subject: Say hello --- hello-rust/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello-rust/Cargo.toml (limited to 'hello-rust/Cargo.toml') diff --git a/hello-rust/Cargo.toml b/hello-rust/Cargo.toml new file mode 100644 index 0000000..a0294a0 --- /dev/null +++ b/hello-rust/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "hello-rust" +version = "0.1.0" +authors = ["jordan"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +ferris-says = "0.1" -- cgit v1.2.3