summaryrefslogtreecommitdiff
path: root/add/add-one/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'add/add-one/Cargo.toml')
-rw-r--r--add/add-one/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/add/add-one/Cargo.toml b/add/add-one/Cargo.toml
new file mode 100644
index 0000000..9d35934
--- /dev/null
+++ b/add/add-one/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "add-one"
+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]
+rand = "0.5.5"