Files
nix-js/fix-macros/Cargo.toml
T

17 lines
239 B
TOML

[package]
name = "fix-macros"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
manyhow = "0.11"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "visit"] }
[lints]
workspace = true