From bddd0d4030c3d5d3a9b3041bd5baac721ee40f88 Mon Sep 17 00:00:00 2001 From: Rito Rhymes Date: Fri, 19 Jun 2026 17:34:51 -0400 Subject: [PATCH] Add Build.toml Manifest for ERCs --- Build.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Build.toml diff --git a/Build.toml b/Build.toml new file mode 100644 index 000000000..d20153e43 --- /dev/null +++ b/Build.toml @@ -0,0 +1,13 @@ +name = "ERCs" + +[locations.ERCs] +repository = "https://github.com/eips-wg/ERCs.git" +base-url = "https://eips-wg.github.io/ERCs/" + +[locations.EIPs] +repository = "https://github.com/eips-wg/EIPs.git" +base-url = "https://eips-wg.github.io/EIPs/" + +[theme] +repository = "https://github.com/eips-wg/theme.git" +commit = "0ddac35da36d311a8401c6cfb79c9991f78b647d"