diff options
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] |