From 9e99dbb543ab92762b8c92f1d0ada9c99d7167c9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Mar 2023 20:17:37 +0100 Subject: add project & mock macro --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..fc4fb8d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ridicule" +version = "0.1.0" +edition = "2021" + +[dependencies] +paste = "1.0.12" -- cgit v1.2.3-18-g5258