From 2ae573054c1cf2fd225c9f10f37b00e40b993e47 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:31:05 +0100 Subject: [PATCH] docs: mention `alloy-core` meta crate in README.md overview --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81a32cb5b9..1f2eb38c48 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ feature-parity in Alloy. No action is currently needed from devs. This repository contains the following crates: +- [`alloy-core`]: Meta-crate for the entire project - [`alloy-primitives`] - Primitive integer and byte types - [`alloy-sol-types`] - Compile-time [ABI] and [EIP-712] implementations - [`alloy-sol-macro`] - The [`sol!`] procedural macro @@ -30,6 +31,7 @@ This repository contains the following crates: - [`alloy-sol-type-parser`] - A simple parser for Solidity type strings - [`syn-solidity`] - [`syn`]-powered Solidity parser +[`alloy-core`]: ./crates/core [`alloy-primitives`]: ./crates/primitives [`alloy-sol-types`]: ./crates/sol-types [`alloy-sol-macro`]: ./crates/sol-macro