mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 17:41:32 +03:00
15 lines
272 B
TOML
15 lines
272 B
TOML
[package]
|
|
name = "enso-profiler-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "1.0", features = ["full", "visit-mut"] }
|
|
Inflector = "0.11"
|