summaryrefslogtreecommitdiff
path: root/minigrep/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-05 18:22:25 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-05 18:22:25 +0800
commit6d664454222885c8bcf64e7935fcf8da7c3d9a11 (patch)
treeb014f3caebfda78eb33c6686a19d9a31ce4d9236 /minigrep/Cargo.toml
parent8f14544c14efc7e591ef1dd73ac028a2c2e5e2d6 (diff)
Build minigrep
Diffstat (limited to 'minigrep/Cargo.toml')
-rw-r--r--minigrep/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/minigrep/Cargo.toml b/minigrep/Cargo.toml
new file mode 100644
index 0000000..3fc4cdf
--- /dev/null
+++ b/minigrep/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "minigrep"
+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]