1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 07:26:04 +00:00
simdnbt/simdnbt-derive/Cargo.toml
mat d427ea3f55 Release 0.3.0
simdnbt@0.3.0
simdnbt-derive@0.3.0

Generated by cargo-workspaces
2023-12-02 13:54:12 -06:00

17 lines
369 B
TOML

[package]
name = "simdnbt-derive"
version = "0.3.0"
edition = "2021"
description = "Derive macros for simdnbt"
license = "MIT"
repository = "https://github.com/mat-1/simdnbt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = "2.0.39"
[lib]
proc-macro = true