mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-01-15 19:54:25 +01:00
Create cyber.toml
This commit is contained in:
committed by
Curtis Spencer
parent
d886f85b15
commit
b682ca6885
32
data/ecosystems/c/cyber.toml
Normal file
32
data/ecosystems/c/cyber.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Ecosystem Level Information
|
||||
title = "Cyber"
|
||||
|
||||
# Sub Ecosystems
|
||||
# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory
|
||||
sub_ecosystems = []
|
||||
|
||||
# Github Organizations
|
||||
# This is a list of links to associated github organizations.
|
||||
github_organizations = ["https://github.com/cybercongress"]
|
||||
|
||||
# Repositories
|
||||
# These are structs including a url and tags for a git repository. These URLS do not have to be on github.
|
||||
[[repo]]
|
||||
url = "https://github.com/cybercongress/go-cyber"
|
||||
tags = [ "Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/cybercongress/dot-cyber"
|
||||
tags = [ "Application"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/cybercongress/cyber-foundation"
|
||||
tags = [ "cyber~Foundation DAO"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/cybercongress/cyb-virus"
|
||||
tags = [ "App extension"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/cybercongress/congress/blob/master/ecosystem/Cyber%20Homestead%20doc.md"
|
||||
tags = [ "Documentation"]
|
||||
Reference in New Issue
Block a user