summaryrefslogtreecommitdiff
path: root/hello-rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hello-rust/Cargo.toml')
-rw-r--r--hello-rust/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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"