Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[package]
name = "darling_macro"
version = "0.23.0"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
description = """
Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"
edition = "2021"
rust-version = "1.88.0"
[dependencies]
quote = "1.0.18"
syn = "2.0.15"
darling_core = { version = "=0.23.0", path = "../core" }
[lib]
proc-macro = true