From 21ab515a2c49b2fe15d6be469c435b7bd7f321b1 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 20 Feb 2020 07:47:13 -0800 Subject: [PATCH] Added tari utilities repo to Tari --- data/ecosystems/t/tari.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/t/tari.toml b/data/ecosystems/t/tari.toml index 53dda930..b379bf5b 100644 --- a/data/ecosystems/t/tari.toml +++ b/data/ecosystems/t/tari.toml @@ -108,6 +108,9 @@ url = "https://github.com/tari-project/tari-crypto" [[repo]] url = "https://github.com/tari-project/tari-website" +[[repo]] +url = "https://github.com/tari-project/tari_utilities" + [[repo]] url = "https://github.com/tari-project/tokio-socks"