From a07fed3794c0f91b4c2c7cd2332163b8cf031a72 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 12 Mar 2021 18:55:07 -0700 Subject: a first attempt at heresy --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..095e3fd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rust-typing-the-technical-interview" +version = "0.1.0" +authors = ["Melody Horn "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3