chorus/chorus-macros/Cargo.toml

16 lines
285 B
TOML
Raw Normal View History

2023-07-22 11:20:31 +02:00
[package]
name = "chorus-macros"
2024-06-18 17:35:39 +02:00
version = "0.4.0"
2023-07-22 11:20:31 +02:00
edition = "2021"
license = "MPL-2.0"
2023-08-27 01:00:41 +02:00
description = "Macros for the chorus crate."
2024-05-10 21:12:03 +02:00
repository = "https://github.com/polyphony-chat/chorus"
2023-07-22 11:20:31 +02:00
[lib]
proc-macro = true
[dependencies]
2023-08-27 01:00:41 +02:00
quote = "1.0.33"
syn = "2.0.29"
async-trait = "0.1.73"