16 lines
320 B
TOML
16 lines
320 B
TOML
[package]
|
|
name = "optimizer-derive"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.88"
|
|
license = "MIT"
|
|
description = "Derive macros for the optimizer crate"
|
|
repository = "https://github.com/raimannma/rust-optimizer"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2", features = ["full"] }
|
|
quote = "1"
|