From b8228a036016fa58cab4b00a2e62298df299d41f Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:31:21 -0500 Subject: Azalea registry (#20) * make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries --- azalea-registry/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 azalea-registry/Cargo.toml (limited to 'azalea-registry/Cargo.toml') diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml new file mode 100644 index 00000000..a2026bfb --- /dev/null +++ b/azalea-registry/Cargo.toml @@ -0,0 +1,9 @@ +[package] +edition = "2021" +name = "azalea-registry" +version = "0.1.0" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +registry-macros = {path = "./registry-macros"} -- cgit v1.2.3