mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-15 05:14:17 +00:00
22 lines
378 B
TOML
22 lines
378 B
TOML
[package]
|
|
name = "reflection"
|
|
version = "0.0.1"
|
|
description = "Reflection"
|
|
repository = "https://github.com/GuilhermeWerner/Reflection"
|
|
license = "MIT"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "Reflection"
|
|
crate-type = ["rlib"]
|
|
path = "Source/lib.rs"
|
|
|
|
[workspace]
|
|
members = ["Macros"]
|
|
|
|
[dependencies]
|
|
reflection-macros = { path = "Macros" }
|
|
anyhow = "1.0"
|
|
paste = "1.0.6"
|