summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-12 20:17:37 +0100
committerHampusM <hampus@hampusmat.com>2023-03-12 20:17:37 +0100
commit9e99dbb543ab92762b8c92f1d0ada9c99d7167c9 (patch)
tree7c6cd4899615acdfa27fcea86f217cba52b100cf /Cargo.toml
parent9d3694c18d141d1ddffec4fc49a7d340bfdb5d3f (diff)
add project & mock macro
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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"