summaryrefslogtreecommitdiff
path: root/lifetimes/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-03 15:26:30 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-03 15:26:30 +0800
commitf23a4fe4bcb7ae0b47d625f89abb281646ea33a7 (patch)
treea9bad1cd534d13d007472a9ea196f9f409504e85 /lifetimes/Cargo.toml
parent638f6d997e76f45a665e2de741e6c4b2b5616aef (diff)
Care about lifetimes
Diffstat (limited to 'lifetimes/Cargo.toml')
-rw-r--r--lifetimes/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lifetimes/Cargo.toml b/lifetimes/Cargo.toml
new file mode 100644
index 0000000..3655444
--- /dev/null
+++ b/lifetimes/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "lifetimes"
+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]