mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
20 lines
374 B
TOML
20 lines
374 B
TOML
[package]
|
|
name = "ntex-macros"
|
|
version = "0.1.4"
|
|
description = "ntex proc macros"
|
|
readme = "README.md"
|
|
authors = ["ntex contributors <team@ntex.rs>"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "^1"
|
|
syn = { version = "^1", features = ["full", "parsing"] }
|
|
proc-macro2 = "^1"
|
|
|
|
[dev-dependencies]
|
|
ntex = "2"
|
|
futures = "0.3"
|