From 398465402541109b178cf90046d276007abcba77 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 5 Feb 2020 22:58:16 -0800 Subject: [PATCH] Added tari-crypto lib to Tari ecosystem --- data/ecosystems/t/tari.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/t/tari.toml b/data/ecosystems/t/tari.toml index cd2908f6..735264bb 100644 --- a/data/ecosystems/t/tari.toml +++ b/data/ecosystems/t/tari.toml @@ -86,6 +86,9 @@ url = "https://github.com/tari-project/randomx-rs" [[repo]] url = "https://github.com/tari-project/RFC" +[[repo]] +url = "https://github.com/tari-project/rust-libp2p" + [[repo]] url = "https://github.com/tari-project/rust-multiaddr" @@ -96,6 +99,9 @@ url = "https://github.com/tari-project/snow" url = "https://github.com/tari-project/tari" tags = ["Protocol"] +[[repo]] +url = "https://github.com/tari-project/tari-crypto" + [[repo]] url = "https://github.com/tari-project/tari-website"