diff options
Diffstat (limited to 'azalea-block/Cargo.toml')
| -rw-r--r-- | azalea-block/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 = [] |
