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-block/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azalea-block/Cargo.toml') diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index edeba385..71d7149f 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -9,3 +9,7 @@ version = "0.1.0" [dependencies] block-macros = {path = "./block-macros"} + +[features] +default = ["trait"] +trait = [] -- cgit v1.2.3