mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
19 lines
360 B
TOML
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"
|