mirror of
https://github.com/guilhermewerner/reflection
synced 2025-06-23 16:44:37 +00:00
Create initial reflection system
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[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"
|
Reference in New Issue
Block a user