From a1c0d908bf52900150f05f82f66b93dae38feaa3 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 9 May 2020 10:52:59 -0700 Subject: [PATCH] Added official mobilecoin node implementation --- data/ecosystems/m/mobilecoin.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/ecosystems/m/mobilecoin.toml b/data/ecosystems/m/mobilecoin.toml index c2cc6da6..fbd66fc0 100644 --- a/data/ecosystems/m/mobilecoin.toml +++ b/data/ecosystems/m/mobilecoin.toml @@ -30,6 +30,10 @@ url = "https://github.com/mobilecoinofficial/json" [[repo]] url = "https://github.com/mobilecoinofficial/loom" +[[repo]] +url = "https://github.com/mobilecoinofficial/mobilecoin" +tags = ["Protocol"] + [[repo]] url = "https://github.com/mobilecoinofficial/msgpack-rust"