core-agent-ide/codex-rs/test-macros/Cargo.toml

17 lines
254 B
TOML
Raw Normal View History

[package]
name = "codex-test-macros"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }
[lints]
workspace = true