๐Ÿ“ฆ ibraheemdev / derive-alias

๐Ÿ“„ Cargo.toml ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14[package]
name = "derive-alias"
description = "Alias multiple derives as one."
license = "MIT"
version = "0.1.1"
repository = "https://github.com/ibraheemdev/derive-alias"
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
edition = "2021"
keywords = ["derive", "alias", "macros"]
categories = []
readme = "README.md"

[dependencies]