From 171a4fa4d15c4be14d63fdc5d258610bb26bd162 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 11 Sep 2021 21:18:09 +0530 Subject: restructure repo into bin, lib and macros --- bin/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/Cargo.toml (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml new file mode 100644 index 0000000..57cff11 --- /dev/null +++ b/bin/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "bin" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3