diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-09-03 15:26:30 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-09-03 15:26:30 +0800 |
commit | f23a4fe4bcb7ae0b47d625f89abb281646ea33a7 (patch) | |
tree | a9bad1cd534d13d007472a9ea196f9f409504e85 /lifetimes/Cargo.toml | |
parent | 638f6d997e76f45a665e2de741e6c4b2b5616aef (diff) |
Care about lifetimes
Diffstat (limited to 'lifetimes/Cargo.toml')
-rw-r--r-- | lifetimes/Cargo.toml | 9 |
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] |