diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-12 16:15:01 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-12 16:15:01 +0800 |
commit | 0cebf66a1816e5bf3c005dff6fb17bba55c1517f (patch) | |
tree | 2ce3d2e3c05a7ccb980367312cc170c95a517583 /owership/Cargo.toml | |
parent | 4385163bf4809b27cf2576ad5cc379571d4264cf (diff) |
Understand owership
Diffstat (limited to 'owership/Cargo.toml')
-rw-r--r-- | owership/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/owership/Cargo.toml b/owership/Cargo.toml new file mode 100644 index 0000000..41a65ec --- /dev/null +++ b/owership/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "owership" +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] |