Files
rust-optimizer/optimizer-derive/Cargo.toml
T

16 lines
320 B
TOML
Raw Normal View History

2026-02-06 17:15:30 +01:00
[package]
name = "optimizer-derive"
version = "0.1.0"
edition = "2024"
rust-version = "1.89"
2026-02-06 17:15:30 +01:00
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"