LibCST/native/libcst_derive/Cargo.toml
2025-05-27 15:02:58 +01:00

19 lines
360 B
TOML

[package]
name = "libcst_derive"
version = "1.8.0"
edition = "2018"
description = "Proc macro helpers for libcst."
license = "MIT"
repository = "https://github.com/Instagram/LibCST"
documentation = "https://libcst.rtfd.org"
keywords = ["macros", "python"]
[lib]
proc-macro = true
[dependencies]
syn = "2.0"
quote = "1.0"
[dev-dependencies]
trybuild = "1.0"