diff --git a/collections/HEAD.toml b/collections/HEAD.toml index 00795f726..3688ff2bf 100644 --- a/collections/HEAD.toml +++ b/collections/HEAD.toml @@ -698,6 +698,24 @@ url = "https://github.com/stefan-hoeck/idris2-sqlite3" commit = "main" ipkg = "sqlite3-rio/sqlite3-rio.ipkg" +[db.stellar-api] +type = "git" +url = "https://gitlab.com/avidela/stellar/" +commit = "main" +ipkg = "api/stellar-api.ipkg" + +[db.stellar-http] +type = "git" +url = "https://gitlab.com/avidela/stellar/" +commit = "main" +ipkg = "http/stellar-http.ipkg" + +[db.stellar-sql] +type = "git" +url = "https://gitlab.com/avidela/stellar/" +commit = "main" +ipkg = "sql/stellar-sql.ipkg" + [db.string-builder] type = "github" url = "https://github.com/Z-snails/string-builder"