aboutsummaryrefslogtreecommitdiff
path: root/rif/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-08-20 21:41:45 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-08-20 21:41:45 +0200
commitb4b9515fd969cb6445c8a93b7eb1ec8ebe529949 (patch)
treecacb2255f9dfba2f72738ffeab28e820f0422090 /rif/Cargo.toml
parentf76b3008a69e376fac06a1c383936531748e654a (diff)
rif: adding Recipes and Metadata
Diffstat (limited to 'rif/Cargo.toml')
-rw-r--r--rif/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rif/Cargo.toml b/rif/Cargo.toml
index 448ce3b..1f02bd6 100644
--- a/rif/Cargo.toml
+++ b/rif/Cargo.toml
@@ -3,3 +3,6 @@ name = "rif"
version = "0.1.0"
authors = ["Kaiden Fey <kookie@spacekookie.de>"]
edition = "2018"
+
+[dependencies]
+identity = { version = "0.4", package = "ratman-identity" } \ No newline at end of file