From b6af83bb77558f5bb7191f8c3b9fdfbd93c7a834 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 10 Oct 2019 14:46:54 -0700 Subject: [PATCH] Added Embark's Subspace framework. --- data/ecosystems/e/embark.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/e/embark.toml b/data/ecosystems/e/embark.toml index 5cb95394..fe91a74b 100644 --- a/data/ecosystems/e/embark.toml +++ b/data/ecosystems/e/embark.toml @@ -249,6 +249,9 @@ url = "https://github.com/embark-framework/shipbuilder" [[repo]] url = "https://github.com/embark-framework/solidity-parser-antlr" +[[repo]] +url = "https://github.com/embark-framework/subspace" + [[repo]] url = "https://github.com/embark-framework/swarm-api"