mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-26 20:34:54 +01:00
19 lines
448 B
TOML
19 lines
448 B
TOML
[package]
|
|
name = "php-tokio-derive"
|
|
description = "Derive macros for php-tokio."
|
|
repository = "https://github.com/danog/php-tokio"
|
|
homepage = "https://github.com/danog/php-tokio"
|
|
license = "Apache-2.0"
|
|
version = "0.2.0"
|
|
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "^2", features = ["full", "extra-traits", "printing"] }
|
|
quote = "^1"
|
|
proc-macro2 = "^1"
|
|
anyhow = "^1.0"
|