azalea/azalea-registry/Cargo.toml
mat b8228a0360
Azalea registry (#20)
* make azalea-registry crate

* add trait feature to az-block

* registr

* registry macro

* impl Display for registry things

* registries
2022-08-27 20:31:21 -05:00

9 lines
231 B
TOML

[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"}