summaryrefslogtreecommitdiff
path: root/hello-rust/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan@inspiron-n4050.localdomain>2020-08-04 08:53:28 +0800
committerJordan Gong <jordan@inspiron-n4050.localdomain>2020-08-04 08:53:28 +0800
commit0e05964fff11e3add0937e8288ebd3ec33b53fd0 (patch)
tree79ebf69533801fe5d40646e74fdd98b86bdbd36f /hello-rust/Cargo.toml
parentf3ddd7930bf3a976419836b57a9f0f1197913e9d (diff)
Say hello
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"