From 5d88dfd574c62300d725b9e4e6d27a9f093549af Mon Sep 17 00:00:00 2001 From: Hieu Phan Date: Wed, 15 Dec 2021 22:54:47 +0700 Subject: [PATCH] add Elrond sdk for Rust --- data/ecosystems/e/elrond.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/e/elrond.toml b/data/ecosystems/e/elrond.toml index bcc9969a..3ee7ab03 100644 --- a/data/ecosystems/e/elrond.toml +++ b/data/ecosystems/e/elrond.toml @@ -567,3 +567,6 @@ url = "https://github.com/ashswap/faucet" [[repo]] url = "https://github.com/ashswap/interface" + +[[repo]] +url = "https://github.com/bicarus-labs/elrond-sdk-erdrs"