xenosphere-macro 0.0.1-alpha.1

A macro function for handling Xenosphere framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xenosphere-macro"
version = "0.0.1-alpha.1"
edition = "2021"
description = "A macro function for handling Xenosphere framework"
license-file= "LICENSE"
repository = "https://github.com/Stvchm9703/xenosphere-rs/packages/xenosphere-macro"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = { workplace = true , version = "1.0.79" }
syn = { workplace = true, version = "2.0.58", features = ["extra-traits", "full"] }
quote = { workplace=true, version = "1.0.35"}